From ea3683d47afaddaa31ed44c96f1397084a872f3b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 11 May 2003 08:18:18 +0000 Subject: Make it buildable on non-x86 machines. --- graphics/xglurbules/files/patch-Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 graphics/xglurbules/files/patch-Makefile (limited to 'graphics/xglurbules') 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 + -- cgit v1.2.3