Module Name:    src
Committed By:   christos
Date:           Sun May 15 21:05:13 UTC 2011

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

Log Message:
fix wide char support; don't use the wrong macro names.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/lib/libXaw/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/libXaw/Makefile
diff -u src/external/mit/xorg/lib/libXaw/Makefile:1.6 src/external/mit/xorg/lib/libXaw/Makefile:1.7
--- src/external/mit/xorg/lib/libXaw/Makefile:1.6	Mon Feb 21 00:09:53 2011
+++ src/external/mit/xorg/lib/libXaw/Makefile	Sun May 15 17:05:12 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/02/21 05:09:53 mrg Exp $
+#	$NetBSD: Makefile,v 1.7 2011/05/15 21:05:12 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -50,7 +50,7 @@
 INCSDIR=${X11INCDIR}/X11/Xaw
 
 
-CPPFLAGS+=	-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -DHAVE_ISWALNUM
+CPPFLAGS+=	-DHAVE_WCHAR_H -DHAVE_WCTYPE_H -DNO_WIDEC_H -DHAVE_ISWALNUM
 CPPFLAGS+=	-DHAVE_GETPAGESIZE
 CPPFLAGS+=	-DPROJECT_ROOT=\"${X11ROOTDIR}\" -DXAW7
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/Xaw

Reply via email to