1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add patch for fix Imakefile for XFree86 4.0

PR:		ports/22167
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Yukihiro Nakai 2000-11-03 04:04:49 +00:00
parent ccc7470720
commit aa808e9b02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34698
2 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= lwm
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
DISTNAME= ${PORTNAME}

10
x11-wm/lwm/files/patch-aa Normal file
View File

@ -0,0 +1,10 @@
--- 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}