diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-06 23:43:01 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-06 23:43:01 +0000 |
commit | fcdf4b60d75086f43d8c4b0f305fda9a79b5324b (patch) | |
tree | fc1596e28334f61b4b785b870fd0cd3dee6d26b2 /security/zebedee/files | |
parent | a66ddd9a3e01c05e8616d1b2fc036cfb2411d04c (diff) | |
download | freebsd-ports-fcdf4b60d75086f43d8c4b0f305fda9a79b5324b.zip |
update to 2.5.2
Approved By: maintainer timeout (2 weeks)
Diffstat (limited to 'security/zebedee/files')
-rw-r--r-- | security/zebedee/files/patch-aa | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/security/zebedee/files/patch-aa b/security/zebedee/files/patch-aa index 4b45f409e899..b93c06e9d52a 100644 --- a/security/zebedee/files/patch-aa +++ b/security/zebedee/files/patch-aa @@ -1,8 +1,8 @@ ---- ./Makefile.orig Thu May 30 00:42:08 2002 -+++ ./Makefile Wed Sep 24 16:37:09 2003 +--- Makefile.orig Tue Sep 23 14:37:56 2003 ++++ Makefile Mon Dec 15 19:56:14 2003 @@ -5,7 +5,7 @@ - ZBD_VERSION = 2.4.1 + ZBD_VERSION = 2.5.2 -OS = +OS = freebsd @@ -15,11 +15,11 @@ -CC_$(OS) = gcc - - CC_win32 = c:/msys/1.0/mingw/bin/gcc + CC_win32 = gcc -mno-cygwin CC_linux = gcc -pthread CC_solaris = gcc -CC_freebsd = gcc -pthread -+CC_freebsd = gcc ++CC_freebsd ?= gcc CC_tru64 = cc CC_irix = cc -n32 -woff 1110 CC_hpux = cc -Ae +DAportable @@ -27,8 +27,8 @@ # Optimise/debug compilation #OPTIM = -Wall -g --OPTIM = -O3 -+OPTIM = +-OPTIM = -Wall -O3 ++OPTIM = -Wall # Location of gmp include and library # @@ -65,7 +65,7 @@ PERL = $(PERL_$(OS)) BAT_win32 = .bat -@@ -175,7 +174,8 @@ +@@ -182,7 +181,8 @@ #### You REALLY shouldn't have to modify anything beyond here ... #### @@ -75,7 +75,7 @@ LIBS = $(GMPLIB) $(BFLIB) $(ZLIB) $(BZLIB) $(OSLIBS) -@@ -195,7 +195,7 @@ +@@ -202,7 +202,7 @@ @ if test -z "$(OS)"; then echo "Use '$(MAKE) OS=xxx' where xxx is win32, linux, solaris, freebsd, tru64, irix, hpux, macosx or bsdi"; exit 1; fi zebedee$(EXE) : $(OBJS) |