diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-07 01:08:31 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-07 01:08:31 +0000 |
commit | 2c8a62dfb408da2195fcf69d7dc4d3eecd49883b (patch) | |
tree | 64133517f5210ab6b0f849f1a9cc730e5c73519e /ftp/greed/files | |
parent | e139efdb0ed7c1c030b27effae4f21c15a5d1e55 (diff) | |
download | FreeBSD-ports-2c8a62dfb408da2195fcf69d7dc4d3eecd49883b.zip FreeBSD-ports-2c8a62dfb408da2195fcf69d7dc4d3eecd49883b.tar.gz |
Update to 0.8.
PR: 11540
Submitted by: maintainer
Diffstat (limited to 'ftp/greed/files')
-rw-r--r-- | ftp/greed/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa index cd7228a..39b3e8e 100644 --- a/ftp/greed/files/patch-aa +++ b/ftp/greed/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Apr 21 07:09:00 1999 -+++ Makefile Fri Apr 23 23:28:02 1999 +--- Makefile.orig Tue May 4 09:49:31 1999 ++++ Makefile Thu May 6 07:12:36 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": @@ -12,17 +12,17 @@ ################################################### ###### ###### -@@ -52,11 +52,10 @@ +@@ -50,11 +50,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: - $(MAKE) CC=cc LDFLAGS= \ + $(MAKE) LDFLAGS= \ OBJECTS= \ -- CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ +- CFLAGS='-Wall -ansi -pedantic -O4 -m486 \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-fomit-frame-pointer -funroll-all-loops -ffast-math \ ++ CFLAGS='-funroll-all-loops -ffast-math \ + -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed |