diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/gracula/files/patch-Makefile | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/gracula/files/patch-Makefile')
-rw-r--r-- | graphics/gracula/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gracula/files/patch-Makefile b/graphics/gracula/files/patch-Makefile new file mode 100644 index 000000000000..6c77bb86d091 --- /dev/null +++ b/graphics/gracula/files/patch-Makefile @@ -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 |