diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-26 01:51:23 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-26 01:51:23 +0800 |
commit | c01ae87c5a5b33e12c68c7c31695ce4cd04b770c (patch) | |
tree | c5531b0cca4fe324e4c48deb1adf83706ffb4019 /ftp/greed/files | |
parent | a40d1cb065b8b0b0e6ea689a19dd368c3a5cde30 (diff) | |
download | freebsd-ports-gnome-c01ae87c5a5b33e12c68c7c31695ce4cd04b770c.tar.gz freebsd-ports-gnome-c01ae87c5a5b33e12c68c7c31695ce4cd04b770c.tar.zst freebsd-ports-gnome-c01ae87c5a5b33e12c68c7c31695ce4cd04b770c.zip |
update to version 0.7
PR: 11301
Submitted by: maintainer
Diffstat (limited to 'ftp/greed/files')
-rw-r--r-- | ftp/greed/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa index c26b01d7402b..cd7228a55ad0 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 Tue Apr 20 17:49:19 1999 ++++ Makefile Fri Apr 23 23:28:02 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": @@ -22,8 +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='-funroll-all-loops -ffast-math \ -+ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ ++ CFLAGS='-fomit-frame-pointer -funroll-all-loops -ffast-math \ ++ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed solaris: |