diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-04-18 00:27:37 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-04-18 00:27:37 +0000 |
commit | 41cf81dd524c25d17c618d8ec61f9cc8f0596c94 (patch) | |
tree | 0c2fc67866746793eba1c37982e96ce67ae1d3d7 /palm/syncmal/files/patch-aa | |
parent | hlds_run must not to be stripped. This program does virus check at runtime (diff) |
Make jpilot and malsync work directories relative to our work directory,
as opposed to absolute since ${WRKDIRPREFIX}${PORTSDIR}/blah/blah/work
does *not* necessarily point to another port's work dir. This should
solve bento's build issues with this port.
Notes
Notes:
svn path=/head/; revision=41622
Diffstat (limited to 'palm/syncmal/files/patch-aa')
-rw-r--r-- | palm/syncmal/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/palm/syncmal/files/patch-aa b/palm/syncmal/files/patch-aa deleted file mode 100644 index 9bc2d5907416..000000000000 --- a/palm/syncmal/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -/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,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 - if test -r "$mal_incl/mal/common/AGNet.h" ; then - malinclude=yes - MALTOP=$mal_incl |