diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-11 16:18:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-11 16:18:18 +0800 |
commit | 907aecddb2a9e7d1a9aa96924467306815bcc399 (patch) | |
tree | 552f9eace2dfc703e49aff2517f07d3bb8e7dc8a /graphics/xglurbules | |
parent | e0ff6d644a1970a1acc8e09382b907daa4e24c5d (diff) | |
download | freebsd-ports-gnome-907aecddb2a9e7d1a9aa96924467306815bcc399.tar.gz freebsd-ports-gnome-907aecddb2a9e7d1a9aa96924467306815bcc399.tar.zst freebsd-ports-gnome-907aecddb2a9e7d1a9aa96924467306815bcc399.zip |
Make it buildable on non-x86 machines.
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 + |