diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-08 17:29:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-08 17:29:27 +0000 |
commit | d502d19fd277b9a04fc028a6304d4a185aff29ed (patch) | |
tree | c930a6552cae9e23589dc9d8f4fb468f92a796e4 /security/pgpin | |
parent | 6c5fc62de69f901f68b97e44eba279de68fff646 (diff) | |
download | ports-d502d19fd277b9a04fc028a6304d4a185aff29ed.tar.gz ports-d502d19fd277b9a04fc028a6304d4a185aff29ed.zip |
Notes
Diffstat (limited to 'security/pgpin')
-rw-r--r-- | security/pgpin/files/patch-makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/security/pgpin/files/patch-makefile b/security/pgpin/files/patch-makefile index 44b3734895a7..05270842948f 100644 --- a/security/pgpin/files/patch-makefile +++ b/security/pgpin/files/patch-makefile @@ -1,15 +1,16 @@ ---- makefile.orig Mon Jan 12 09:15:06 1998 -+++ makefile Fri Mar 23 13:41:03 2001 -@@ -79,7 +79,7 @@ +--- makefile.orig Fri Mar 23 02:44:58 2001 ++++ makefile Sun Dec 8 09:28:08 2002 +@@ -79,7 +79,8 @@ @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 " dgux, djgpp, encore, freebsd-{alpha,i386,sparc64}," ++ @echo " 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 @@ +@@ -175,9 +176,19 @@ $(MAKE) all CC=gcc LD=gcc \ CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32" @@ -23,6 +24,11 @@ +freebsd-alpha: + $(MAKE) all LD="$(CC) -s" \ + CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ ++ -DMAX_NAMELEN=255" ++ ++freebsd-sparc64: ++ $(MAKE) all LD="$(CC) -s" \ ++ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ -DMAX_NAMELEN=255" 386bsd: |