freebsd-ports/x11-wm/lwm/files/patch-aa
Yukihiro Nakai aa808e9b02 Add patch for fix Imakefile for XFree86 4.0
PR:		ports/22167
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-11-03 04:04:49 +00:00

10 lines
288 B
Text

--- Imakefile.orig Wed Oct 20 17:33:03 1999
+++ Imakefile Sat Oct 14 02:31:23 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}