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:
parent
ccc7470720
commit
aa808e9b02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34698
@ -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
10
x11-wm/lwm/files/patch-aa
Normal 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}
|
Loading…
Reference in New Issue
Block a user