diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 00:56:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 00:56:47 +0000 |
commit | df75b2664fe31b50752ae3e0df3491a0b3f1824c (patch) | |
tree | aae0ea581ef64ffcd3a73b46741c5bda3efabab1 /x11/xlupe | |
parent | 8b4bb68518e749add11cd6b0cbf359f18f111c40 (diff) | |
download | ports-df75b2664fe31b50752ae3e0df3491a0b3f1824c.tar.gz ports-df75b2664fe31b50752ae3e0df3491a0b3f1824c.zip |
Notes
Diffstat (limited to 'x11/xlupe')
-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) |