summaryrefslogtreecommitdiff
path: root/security/pgpin/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgpin/files/patch-makefile')
-rw-r--r--security/pgpin/files/patch-makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/security/pgpin/files/patch-makefile b/security/pgpin/files/patch-makefile
index 629ac93614ab..d701f2624f6a 100644
--- a/security/pgpin/files/patch-makefile
+++ b/security/pgpin/files/patch-makefile
@@ -5,12 +5,12 @@
@echo " 386bsd, 3b1, 3b1_asm, aix370, aix386, amix-68k-gcc, apollo,"
@echo " apollo-gcc, atari,aux(*), aux-gcc, bsd, bsdgcc, convexos,"
- @echo " dgux, djgpp, encore, freebsd, hpux-68k(*), hpux-68k-ansi,"
-+ @echo " dgux, djgpp, encore, freebsd-{alpha,i386,sparc64,ia64},"
-+ @echo " hpux-68k(*), hpux-68k-ansi,"
++ @echo " dgux, djgpp, encore, hpux-68k(*), hpux-68k-ansi,"
++ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64},"
@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,10 +176,25 @@
+@@ -175,10 +176,29 @@
$(MAKE) all CC=gcc LD=gcc \
CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32"
@@ -35,6 +35,10 @@
+ $(MAKE) all LD="$(CC) -s" \
+ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
+ -DMAX_NAMELEN=255"
++freebsd-amd64:
++ $(MAKE) all LD="$(CC) -s" \
++ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
++ -DMAX_NAMELEN=255"
386bsd:
$(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \