aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 08:56:47 +0800
committerkris <kris@FreeBSD.org>2001-04-30 08:56:47 +0800
commit55cebcb4ea668318ee3f73241ae61b37d0a61fa2 (patch)
treeac9201a93dda983d2df7cd94681280b94449a497 /x11
parentf653fa087e3b68a7331f0d0090d6ee4dda759cee (diff)
downloadfreebsd-ports-gnome-55cebcb4ea668318ee3f73241ae61b37d0a61fa2.tar.gz
freebsd-ports-gnome-55cebcb4ea668318ee3f73241ae61b37d0a61fa2.tar.zst
freebsd-ports-gnome-55cebcb4ea668318ee3f73241ae61b37d0a61fa2.zip
Don't hard-code -O2. Instead use whatever the imake default is.
Diffstat (limited to 'x11')
-rw-r--r--x11/xlupe/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xlupe/files/patch-aa b/x11/xlupe/files/patch-aa
new file mode 100644
index 000000000000..b13ad04b9f02
--- /dev/null
+++ b/x11/xlupe/files/patch-aa
@@ -0,0 +1,10 @@
+--- Imakefile.orig Mon Apr 30 00:56:05 2001
++++ Imakefile Mon Apr 30 00:56:09 2001
+@@ -10,6 +10,6 @@
+ SRCS = xlupe.c
+ OBJS = xlupe.o
+
+-CDEBUGFLAGS = -O2 -Wall
++CDEBUGFLAGS = -Wall
+
+ ComplexProgramTargetNoMan(xlupe)