aboutsummaryrefslogtreecommitdiff
path: root/security/pgpin
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-08 17:37:20 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-08 17:37:20 +0000
commit6cd6f2e2bf9fae17a05b3bc9cfeba6ffad7f0184 (patch)
tree37706290e179312ba01eddf7a1ef076df550cb0c /security/pgpin
parentd502d19fd277b9a04fc028a6304d4a185aff29ed (diff)
downloadports-6cd6f2e2bf9fae17a05b3bc9cfeba6ffad7f0184.tar.gz
ports-6cd6f2e2bf9fae17a05b3bc9cfeba6ffad7f0184.zip
remerge patch, define was lost.
Notes
Notes: svn path=/head/; revision=71425
Diffstat (limited to 'security/pgpin')
-rw-r--r--security/pgpin/files/patch-makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pgpin/files/patch-makefile b/security/pgpin/files/patch-makefile
index 05270842948f..a1b7952f7d31 100644
--- a/security/pgpin/files/patch-makefile
+++ b/security/pgpin/files/patch-makefile
@@ -1,5 +1,5 @@
--- makefile.orig Fri Mar 23 02:44:58 2001
-+++ makefile Sun Dec 8 09:28:08 2002
++++ makefile Sun Dec 8 09:39:12 2002
@@ -79,7 +79,8 @@
@echo "where <system> can be:"
@echo " 386bsd, 3b1, 3b1_asm, aix370, aix386, amix-68k-gcc, apollo,"
@@ -10,7 +10,7 @@
@echo " hpux-68k-gcc, hpux-pa(*), hpux-pa-ansi, hpux-pa-gcc, hpux9-pa-ansi,"
@echo " irix, irix_asm, isc, isc_asm, linux, linux-aout, linux-68k,"
@echo " machten, mach_386, mips-ultrix, netbsd, netbsd_68k, newsasm,"
-@@ -175,9 +176,19 @@
+@@ -175,10 +176,20 @@
$(MAKE) all CC=gcc LD=gcc \
CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32"
@@ -19,7 +19,7 @@
$(MAKE) all LD="$(CC) -s" OBJS_EXT="_80386.o _zmatch.o" \
- CFLAGS="$(RSAINCDIR) -O2 -fno-strength-reduce -DUNIX -DIDEA32 -DASM \
+ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DUNIX -DIDEA32 -DASM \
-+ -DMAX_NAMELEN=255"
+ -DMAX_NAMELEN=255"
+
+freebsd-alpha:
+ $(MAKE) all LD="$(CC) -s" \
@@ -29,6 +29,7 @@
+freebsd-sparc64:
+ $(MAKE) all LD="$(CC) -s" \
+ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
- -DMAX_NAMELEN=255"
++ -DHIGHFIRST -DMAX_NAMELEN=255"
386bsd:
+ $(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \