diff options
author | fenner <fenner@FreeBSD.org> | 2001-04-16 23:04:34 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-04-16 23:04:34 +0000 |
commit | 67e0e1d75ee7b1154f726b678ae17e38c96c08ad (patch) | |
tree | e741f379c3cf2972a517ed5256831ecd21815dce /palm | |
parent | e17e8b073d7056478f355e8640b35b923643717f (diff) | |
download | FreeBSD-ports-67e0e1d75ee7b1154f726b678ae17e38c96c08ad.zip FreeBSD-ports-67e0e1d75ee7b1154f726b678ae17e38c96c08ad.tar.gz |
More bento debugging.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/syncmal/files/patch-aa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/syncmal/files/patch-aa b/palm/syncmal/files/patch-aa index b8187ac..1dd58d5 100644 --- a/palm/syncmal/files/patch-aa +++ b/palm/syncmal/files/patch-aa @@ -1,11 +1,12 @@ /usr/bin/diff --ignore-matching-lines=.*{$Id:|$Header:}.* -u configure.orig configure --- configure.orig Sat Apr 14 11:38:29 2001 +++ configure Sat Apr 14 11:39:56 2001 -@@ -1626,6 +1626,7 @@ +@@ -1626,6 +1626,8 @@ echo $ac_n "checking for MAL header files""... $ac_c" 1>&6 echo "configure:1628: checking for MAL header files" >&5 for mal_incl in $mal_source . malsync ../malsync; do +echo "checking for MAL header files in $mal_incl/mal/common/" >&5 ++(cd $mal_incl/mal/common/; echo *.h) >&5 2>&5 if test -r "$mal_incl/mal/common/AGNet.h" ; then malinclude=yes MALTOP=$mal_incl |