diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 08:56:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 08:56:47 +0800 |
commit | 55cebcb4ea668318ee3f73241ae61b37d0a61fa2 (patch) | |
tree | ac9201a93dda983d2df7cd94681280b94449a497 /x11 | |
parent | f653fa087e3b68a7331f0d0090d6ee4dda759cee (diff) | |
download | freebsd-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-aa | 10 |
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) |