diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-18 15:59:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-18 15:59:40 +0000 |
commit | 649888a158feb90d73d973949920deb5816a4f85 (patch) | |
tree | 805d3711d1e3dac7709c457fdfbe59a96fa603e3 /security/pgpin | |
parent | 9f6f66ed884e01a2d85b4f6de2c531561da8264b (diff) |
Notes
Diffstat (limited to 'security/pgpin')
-rw-r--r-- | security/pgpin/files/patch-makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/security/pgpin/files/patch-makefile b/security/pgpin/files/patch-makefile index d701f2624f6a..c018728229ee 100644 --- a/security/pgpin/files/patch-makefile +++ b/security/pgpin/files/patch-makefile @@ -1,16 +1,16 @@ ---- makefile.orig Fri Mar 23 02:44:58 2001 -+++ makefile Sat Jan 11 03:05:44 2003 +--- makefile.orig 2001-03-23 11:44:58.000000000 +0100 ++++ makefile 2010-03-18 16:58:27.000000000 +0100 @@ -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, hpux-68k(*), hpux-68k-ansi," -+ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64}," ++ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64,powerpc}," @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,29 @@ +@@ -175,9 +176,32 @@ $(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" \ @@ -39,6 +39,9 @@ + $(MAKE) all LD="$(CC) -s" \ + CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ + -DMAX_NAMELEN=255" ++freebsd-powerpc: ++ $(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" \ |