aboutsummaryrefslogtreecommitdiff
path: root/security/zebedee/files
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-04 21:31:26 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-04 21:31:26 +0000
commit589eb16419e52bf9bd73bdae881fe31b972ddc46 (patch)
tree4a043ec069b01181092f220522134957b8fab924 /security/zebedee/files
parent45bd8c5f79af7a36e4d8ca6af783c2cb1b329c43 (diff)
downloadports-589eb16419e52bf9bd73bdae881fe31b972ddc46.tar.gz
ports-589eb16419e52bf9bd73bdae881fe31b972ddc46.zip
Notes
Diffstat (limited to 'security/zebedee/files')
-rw-r--r--security/zebedee/files/patch-aa26
1 files changed, 19 insertions, 7 deletions
diff --git a/security/zebedee/files/patch-aa b/security/zebedee/files/patch-aa
index 8db659bde77a..c6c009b753f5 100644
--- a/security/zebedee/files/patch-aa
+++ b/security/zebedee/files/patch-aa
@@ -1,15 +1,27 @@
---- Makefile.orig Tue Feb 6 15:43:58 2001
-+++ Makefile Tue Feb 6 15:44:36 2001
+--- Makefile.orig Wed Jul 4 17:16:33 2001
++++ Makefile Wed Jul 4 17:16:54 2001
@@ -3,7 +3,7 @@
#
- # $Id: Makefile,v 1.19 2000/10/18 20:55:53 nwinton Exp nwinton $
+ # $Id: Makefile,v 1.2 2001/04/13 17:41:21 ndwinton Exp $
-OS =
+OS = freebsd
###
### Locations of tools, libraries and installation directories.
-@@ -24,7 +24,7 @@
+@@ -12,19 +12,16 @@
+
+ # Chose your C compiler
+
+-CC_$(OS) = gcc
+-
+ CC_win32 = c:/gcc-2.95.2/bin/gcc
+ CC_linux = gcc -pthread
+ CC_solaris = gcc
+ CC_freebsd = gcc -pthread
+ CC_tru64 = cc
+-CC = $(CC_$(OS))
+
# Optimise/debug compilation
#OPTIM = -Wall -g
@@ -18,7 +30,7 @@
# Location of gmp include and library
#
-@@ -36,19 +36,19 @@
+@@ -36,19 +33,19 @@
# Location of Blowfish include and library
@@ -44,13 +56,13 @@
#
# Tools needed for Perl "POD"-format documentation conversion.
-@@ -133,7 +133,8 @@
+@@ -133,7 +130,8 @@
#### You REALLY shouldn't have to modify anything beyond here ...
####
-CFLAGS = $(OPTIM) $(DEFINES) -I. $(GMPINC) $(BFINC) $(ZINC) $(BZINC)
+CFLAGS ?= -O3
-+CFLAGS += $(OPTIM) $(DEFINES) -I. $(GMPINC) $(BFINC) $(ZINC) $(BZINC)
++CFLAGS += ${PTHREAD_LIBS} ${PTHREAD_CFLAGS} $(OPTIM) $(DEFINES) -I. $(GMPINC) $(BFINC) $(ZINC) $(BZINC)
LIBS = $(GMPLIB) $(BFLIB) $(ZLIB) $(BZLIB) $(OSLIBS)