Module Name:    src
Committed By:   joerg
Date:           Mon Apr 11 21:04:11 UTC 2011

Modified Files:
        src/share/mk: bsd.x11.mk

Log Message:
GCC 4.1 doesn't have the support code for -I =... yet, so don't use it
for now.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/share/mk/bsd.x11.mk

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

Modified files:

Index: src/share/mk/bsd.x11.mk
diff -u src/share/mk/bsd.x11.mk:1.95 src/share/mk/bsd.x11.mk:1.96
--- src/share/mk/bsd.x11.mk:1.95	Sun Apr 10 16:52:36 2011
+++ src/share/mk/bsd.x11.mk	Mon Apr 11 21:04:11 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.x11.mk,v 1.95 2011/04/10 16:52:36 joerg Exp $
+#	$NetBSD: bsd.x11.mk,v 1.96 2011/04/11 21:04:11 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -166,7 +166,7 @@
 
 
 CPPFLAGS+=		-DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO
-CPPFLAGS+=		-I=${X11INCDIR}
+CPPFLAGS+=		-I${DESTDIR}${X11INCDIR}
 
 .if ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS+=		-D__AMD64__

Reply via email to