diff options
Diffstat (limited to 'security/pgpin/files/patch-makefile')
| -rw-r--r-- | security/pgpin/files/patch-makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/pgpin/files/patch-makefile b/security/pgpin/files/patch-makefile new file mode 100644 index 000000000000..44b3734895a7 --- /dev/null +++ b/security/pgpin/files/patch-makefile @@ -0,0 +1,28 @@ +--- makefile.orig Mon Jan 12 09:15:06 1998 ++++ makefile Fri Mar 23 13:41:03 2001 +@@ -79,7 +79,7 @@ + @echo "where <system> can be:" + @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}, hpux-68k(*), hpux-68k-ansi," + @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 +175,14 @@ + $(MAKE) all CC=gcc LD=gcc \ + CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32" + +-freebsd: ++freebsd-i386: + $(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" ++ ++freebsd-alpha: ++ $(MAKE) all LD="$(CC) -s" \ ++ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ + -DMAX_NAMELEN=255" + + 386bsd: |
