Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/lib/libXaw fix wide char support; don't us...
details: https://anonhg.NetBSD.org/src/rev/a088efae9d9d
branches: trunk
changeset: 765005:a088efae9d9d
user: christos <christos%NetBSD.org@localhost>
date: Sun May 15 21:05:12 2011 +0000
description:
fix wide char support; don't use the wrong macro names.
diffstat:
external/mit/xorg/lib/libXaw/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6340a2076e6a -r a088efae9d9d external/mit/xorg/lib/libXaw/Makefile
--- a/external/mit/xorg/lib/libXaw/Makefile Sun May 15 20:58:54 2011 +0000
+++ b/external/mit/xorg/lib/libXaw/Makefile Sun May 15 21:05:12 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index