diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 03:13:01 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 03:13:01 +0800 |
commit | 1abf7acaa12d6d124f987a0aab524324071da12e (patch) | |
tree | 06ec3fa838bd04f862a44770a8a1ffaa65c785f7 /ftp/greed/files | |
parent | 47c61389dbf71e40fbe11a15aa569b0980d0057b (diff) | |
download | freebsd-ports-gnome-1abf7acaa12d6d124f987a0aab524324071da12e.tar.gz freebsd-ports-gnome-1abf7acaa12d6d124f987a0aab524324071da12e.tar.zst freebsd-ports-gnome-1abf7acaa12d6d124f987a0aab524324071da12e.zip |
Update to greed 0.666 (great version number, huh?)
PR: 11251
Submitted by: maintainer
Diffstat (limited to 'ftp/greed/files')
-rw-r--r-- | ftp/greed/files/patch-aa | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa index 9f53cfaecdb8..c26b01d7402b 100644 --- a/ftp/greed/files/patch-aa +++ b/ftp/greed/files/patch-aa @@ -1,10 +1,10 @@ ---- Makefile.orig Sat Apr 10 03:11:33 1999 -+++ Makefile Tue Apr 13 17:38:53 1999 +--- Makefile.orig Wed Apr 21 07:09:00 1999 ++++ Makefile Tue Apr 20 17:49:19 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": --PREFIX=/usr/local +-PREFIX=/usr BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/man SECTION=1 @@ -12,7 +12,7 @@ ################################################### ###### ###### -@@ -52,11 +52,11 @@ +@@ -52,11 +52,10 @@ #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2' freebsd: @@ -22,9 +22,8 @@ - CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-fomit-frame-pointer \ -+ -funroll-all-loops -ffast-math \ -+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ ++ CFLAGS='-funroll-all-loops -ffast-math \ ++ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed solaris: |