Module Name:    src
Committed By:   christos
Date:           Sun May 15 21:09:31 UTC 2011

Modified Files:
        src/external/mit/xorg/lib/libXaw6: Makefile

Log Message:
repeat; fix same mistake from libXaw that broke wide build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXaw6/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/lib/libXaw6/Makefile
diff -u src/external/mit/xorg/lib/libXaw6/Makefile:1.6 src/external/mit/xorg/lib/libXaw6/Makefile:1.7
--- src/external/mit/xorg/lib/libXaw6/Makefile:1.6	Mon Feb 21 00:09:54 2011
+++ src/external/mit/xorg/lib/libXaw6/Makefile	Sun May 15 17:09:30 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/02/21 05:09:54 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2011/05/15 21:09:30 christos Exp $
 
 NOCHECKVER=	yes	# we want to install an older version ...
 MKLINKLIB=	no
@@ -19,7 +19,7 @@
 	TextSrc.c TextTr.c Toggle.c Tree.c Vendor.c Viewport.c \
 	XawI18n.c XawIm.c XawInit.c
 
-CPPFLAGS+=	-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -DOLDXAW \
+CPPFLAGS+=	-DHAVE_WCHAR_H -DHAVE_WCTYPE_H -DNO_WIDEC_H -DOLDXAW \
 		-DHAVE_GETPAGESIZE \
 		-DHAVE_ISWALNUM -DPROJECT_ROOT=\"${X11ROOTDIR}\"
 

Reply via email to