diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-18 23:59:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-18 23:59:40 +0800 |
commit | 33b4acce072ce808ff4a2cc1553bebb4c57880bd (patch) | |
tree | 6071579c69ce135647668410f56ff4d8761f97c1 /security | |
parent | 8f917284f84444fd4c73ed7aad43743dfe3fc056 (diff) | |
download | freebsd-ports-gnome-33b4acce072ce808ff4a2cc1553bebb4c57880bd.tar.gz freebsd-ports-gnome-33b4acce072ce808ff4a2cc1553bebb4c57880bd.tar.zst freebsd-ports-gnome-33b4acce072ce808ff4a2cc1553bebb4c57880bd.zip |
- add target freebsd-powerpc
Diffstat (limited to 'security')
-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" \ |