diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-04-17 15:51:51 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-04-17 15:51:51 +0000 |
commit | 440bcdb8793489af841a0e533e71e3eedf71c442 (patch) | |
tree | ed5229213640c2a9eb0480b4bc4e7f0bb1c87b8c /palm | |
parent | d11dee7f63a531fbd7b1ce1d97858cd3a5fb9335 (diff) | |
download | ports-440bcdb8793489af841a0e533e71e3eedf71c442.tar.gz ports-440bcdb8793489af841a0e533e71e3eedf71c442.zip |
Notes
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 1dd58d56bc3d..9bc2d5907416 100644 --- a/palm/syncmal/files/patch-aa +++ b/palm/syncmal/files/patch-aa @@ -1,9 +1,10 @@ /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,8 @@ +@@ -1626,6 +1626,9 @@ echo $ac_n "checking for MAL header files""... $ac_c" 1>&6 echo "configure:1628: checking for MAL header files" >&5 ++ls -R /tmp/usr >&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 |