diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-11 08:18:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-11 08:18:18 +0000 |
commit | ea3683d47afaddaa31ed44c96f1397084a872f3b (patch) | |
tree | 0efd210fff67220f519595a1bd075e32a58571c5 /graphics/xglurbules | |
parent | 0e0085b240126c0ae7c1e5fda9b4ab89c27dd1dc (diff) | |
download | ports-ea3683d47afaddaa31ed44c96f1397084a872f3b.tar.gz ports-ea3683d47afaddaa31ed44c96f1397084a872f3b.zip |
Notes
Diffstat (limited to 'graphics/xglurbules')
-rw-r--r-- | graphics/xglurbules/files/patch-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/xglurbules/files/patch-Makefile b/graphics/xglurbules/files/patch-Makefile new file mode 100644 index 000000000000..0e378b4add23 --- /dev/null +++ b/graphics/xglurbules/files/patch-Makefile @@ -0,0 +1,19 @@ +--- Makefile.orig Sun May 11 18:16:39 2003 ++++ Makefile Sun May 11 18:16:48 2003 +@@ -28,16 +28,6 @@ + + CFLAGS+= ${XINCS} + +-CFLAGS+= -O3 +-CFLAGS+= -fstrength-reduce +-CFLAGS+= -ffast-math +-CFLAGS+= -fomit-frame-pointer +-CFLAGS+= -fforce-mem +-CFLAGS+= -fforce-addr +-CFLAGS+= -funroll-loops +-CFLAGS+= -fomit-frame-pointer +-CFLAGS+= -mfancy-math-387 +- + clean: + rm -f xglurbules xglurbules-noshm *.o glurbules.gmon xglurbules.1.gz + |