diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-07 01:08:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-07 01:08:31 +0000 |
commit | ddae3a4fef7616918ebe42b9cd8fdcde62747ca8 (patch) | |
tree | ee37cb98375c5d5bf942b67826cc00e8012bd812 /ftp/greed/files/patch-aa | |
parent | Senteces start with a capital letter. (diff) |
Update to 0.8.
PR: 11540
Submitted by: maintainer
Diffstat (limited to '')
-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 cd7228a55ad0..39b3e8e2728d 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 |