summaryrefslogtreecommitdiff
path: root/wm/lwm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'wm/lwm/patches/patch-aa')
-rw-r--r--wm/lwm/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/lwm/patches/patch-aa b/wm/lwm/patches/patch-aa
new file mode 100644
index 00000000000..c2dfe02fed7
--- /dev/null
+++ b/wm/lwm/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+--- Imakefile.orig Wed Oct 20 10:33:03 1999
++++ Imakefile Mon Feb 28 01:22:33 2000
+@@ -7,6 +7,6 @@
+ SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c
+ OBJS = ${SRCS:.c=.o}
+
+-ComplexProgramTarget(lwm)
++ComplexProgramTargetNoMan(lwm)
+
+ ${OBJS}: ${HEADERS}