diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-08 17:37:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-08 17:37:20 +0000 |
commit | 6cd6f2e2bf9fae17a05b3bc9cfeba6ffad7f0184 (patch) | |
tree | 37706290e179312ba01eddf7a1ef076df550cb0c | |
parent | Fix build on sparc64 (diff) |
remerge patch, define was lost.
Notes
Notes:
svn path=/head/; revision=71425
-rw-r--r-- | security/pgpin/files/patch-makefile | 9 |
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" \ |