diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-08 17:29:27 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-08 17:29:27 +0000 |
commit | f25d1d356085efec594cf04581283be8c30c976f (patch) | |
tree | a5f97edf6d7004247c50afa600e120723efb0d09 /security/pgpin | |
parent | cfe6310e67ed83bc3a2f44365b46d1f43d6a67cd (diff) | |
download | FreeBSD-ports-f25d1d356085efec594cf04581283be8c30c976f.zip FreeBSD-ports-f25d1d356085efec594cf04581283be8c30c976f.tar.gz |
Fix build on sparc64
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 44b3734..0527084 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: |