aboutsummaryrefslogtreecommitdiff
path: root/graphics/gracula
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-30 10:18:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-30 10:18:55 +0000
commitb7bae3d10574903081d42b8f62fa24912d8d050e (patch)
tree7c0ba8aaee12aa81d35722d1fc5a2e1654464546 /graphics/gracula
parent00eee57c8761a5c15d7d3b7c7d5c9ac9bd8ba74a (diff)
downloadports-b7bae3d10574903081d42b8f62fa24912d8d050e.tar.gz
ports-b7bae3d10574903081d42b8f62fa24912d8d050e.zip
Don't hard-code -O3 and a buttload of -f optimizations
Notes
Notes: svn path=/head/; revision=42076
Diffstat (limited to 'graphics/gracula')
-rw-r--r--graphics/gracula/files/patch-aa11
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 000000000000..6c77bb86d091
--- /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