diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-12 09:15:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-12 09:15:57 +0800 |
commit | ee9d590d93b3c2993e97a32a0f3a3e34b08a08a2 (patch) | |
tree | abca80f215d7f034064d1a0f02116e44d42eb946 /graphics/xglurbules/files | |
parent | c0ba26e810e1e61e44d33747b640f780be73bbf7 (diff) | |
download | freebsd-ports-gnome-ee9d590d93b3c2993e97a32a0f3a3e34b08a08a2.tar.gz freebsd-ports-gnome-ee9d590d93b3c2993e97a32a0f3a3e34b08a08a2.tar.zst freebsd-ports-gnome-ee9d590d93b3c2993e97a32a0f3a3e34b08a08a2.zip |
Upgrade to version 1.1, which removes the i386 specific instructions
PR: ports/52003
Submitted by: Steve Roome <steve@pepcross.com>
Diffstat (limited to 'graphics/xglurbules/files')
-rw-r--r-- | graphics/xglurbules/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/xglurbules/files/patch-Makefile b/graphics/xglurbules/files/patch-Makefile deleted file mode 100644 index 0e378b4add23..000000000000 --- a/graphics/xglurbules/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- 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 - |