diff options
author | fenner <fenner@FreeBSD.org> | 2001-04-15 02:41:16 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-04-15 02:41:16 +0800 |
commit | f2afab670052c0f5f260796975d5d05badf1fefa (patch) | |
tree | d915392d5bb1eee214a26a6e70fdecc50c09575a /palm/syncmal | |
parent | 3e301928a1402658cd7b4213cbf18ee63bce5889 (diff) | |
download | freebsd-ports-graphics-f2afab670052c0f5f260796975d5d05badf1fefa.tar.gz freebsd-ports-graphics-f2afab670052c0f5f260796975d5d05badf1fefa.tar.zst freebsd-ports-graphics-f2afab670052c0f5f260796975d5d05badf1fefa.zip |
Try to debug the bento build, since it works everywhere else.
Diffstat (limited to 'palm/syncmal')
-rw-r--r-- | palm/syncmal/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/syncmal/files/patch-aa b/palm/syncmal/files/patch-aa new file mode 100644 index 00000000000..b8187ac8472 --- /dev/null +++ b/palm/syncmal/files/patch-aa @@ -0,0 +1,11 @@ +/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 @@ + 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 + if test -r "$mal_incl/mal/common/AGNet.h" ; then + malinclude=yes + MALTOP=$mal_incl |