aboutsummaryrefslogtreecommitdiff
path: root/security/zebedee/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/zebedee/files/patch-aa')
-rw-r--r--security/zebedee/files/patch-aa6
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.