summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-30 00:56:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-30 00:56:47 +0000
commitdf75b2664fe31b50752ae3e0df3491a0b3f1824c (patch)
treeaae0ea581ef64ffcd3a73b46741c5bda3efabab1 /x11
parentRespect CC; don't override CFLAGS with -O2 (diff)
Don't hard-code -O2. Instead use whatever the imake default is.
Notes
Notes: svn path=/head/; revision=42058
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)