diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 18:18:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 18:18:55 +0800 |
commit | d0c89663ca5036a2db478082edae630db80c1a31 (patch) | |
tree | c15ddb6792d0fd4223fc05b3dd8041486ef06752 | |
parent | c6378480b37ab9bf8f14c2059a5ba4ce03f64b0d (diff) | |
download | freebsd-ports-graphics-d0c89663ca5036a2db478082edae630db80c1a31.tar.gz freebsd-ports-graphics-d0c89663ca5036a2db478082edae630db80c1a31.tar.zst freebsd-ports-graphics-d0c89663ca5036a2db478082edae630db80c1a31.zip |
Don't hard-code -O3 and a buttload of -f optimizations
-rw-r--r-- | graphics/gracula/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gracula/files/patch-aa b/graphics/gracula/files/patch-aa new file mode 100644 index 00000000000..6c77bb86d09 --- /dev/null +++ b/graphics/gracula/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jun 18 20:11:39 1999 ++++ Makefile Mon Apr 30 03:17:17 2001 +@@ -13,8 +13,6 @@ + ## Use maximum optimization. On busy web sites we want gracula to work as + ## fast as possible. However, these options may not work with a compiler + ## other than gcc. If that is the case, comment them out. +-CFLAGS+= -O3 -fexpensive-optimizations -frerun-cse-after-loop \ +- -fomit-frame-pointer + ## Comment out the next line if you only want 32-bit counters, + ## or if you get linking errors (since it, too, may only work with gcc): + CFLAGS+= -DGCLUSELONGLONG |