Module Name:    src
Committed By:   mrg
Date:           Sat Nov 20 22:41:49 UTC 2010

Modified Files:
        src/external/mit/xorg/bin/xmh: Makefile

Log Message:
add the include dir, to prepare for xmh 1.0.2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xmh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/xmh/Makefile
diff -u src/external/mit/xorg/bin/xmh/Makefile:1.3 src/external/mit/xorg/bin/xmh/Makefile:1.4
--- src/external/mit/xorg/bin/xmh/Makefile:1.3	Sat Nov 20 22:40:00 2010
+++ src/external/mit/xorg/bin/xmh/Makefile	Sat Nov 20 22:41:49 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/11/20 22:40:00 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2010/11/20 22:41:49 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 	tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \
 	miscfuncs.c
 
+CPPFLAGS+=	-I${X11SRCDIR.${PROG}}/../include
 CPPFLAGS+=	-DHAS_VFORK -DXVENDORNAME=${XVENDORNAME} \
 		-DXORG_RELEASE=${XORG_RELEASE}
 

Reply via email to