diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:20:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:20:43 +0000 |
commit | f0d704753a8e2dc90888cf4ce6428cbaa1dac12e (patch) | |
tree | 8de6d1d3ffb9bd93e48fa8f9b801e525fa4e5d69 /security/zebedee/files | |
parent | a611a96a299c55fa94ed9b7d690feef1147e857f (diff) | |
download | freebsd-ports-f0d704753a8e2dc90888cf4ce6428cbaa1dac12e.zip |
Allow this to build on bento again where /usr/bin/bzip2 exists on bento
but not on gohan*.
Diffstat (limited to 'security/zebedee/files')
-rw-r--r-- | security/zebedee/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/zebedee/files/patch-aa b/security/zebedee/files/patch-aa index c6c009b753f5..153ee3d6d433 100644 --- a/security/zebedee/files/patch-aa +++ b/security/zebedee/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jul 4 17:16:33 2001 -+++ Makefile Wed Jul 4 17:16:54 2001 +--- Makefile.orig Fri Apr 13 12:41:22 2001 ++++ Makefile Mon Dec 24 17:17:48 2001 @@ -3,7 +3,7 @@ # # $Id: Makefile,v 1.2 2001/04/13 17:41:21 ndwinton Exp $ @@ -52,7 +52,7 @@ -BZINC = -I../bzip2-1.0.1 -BZLIB = ../bzip2-1.0.1/libbz2.a +BZINC = -I${LOCALBASE}/include -+BZLIB = ${LOCALBASE}/lib/libbz2.a ++BZLIB = -L${LOCALBASE}/lib -lbz2 # # Tools needed for Perl "POD"-format documentation conversion. |