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/libXaw6 repeat; fix same mistake from ...



details:   https://anonhg.NetBSD.org/src/rev/7d5eabdaa82b
branches:  trunk
changeset: 765006:7d5eabdaa82b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 21:09:30 2011 +0000

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

diffstat:

 external/mit/xorg/lib/libXaw6/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a088efae9d9d -r 7d5eabdaa82b external/mit/xorg/lib/libXaw6/Makefile
--- a/external/mit/xorg/lib/libXaw6/Makefile    Sun May 15 21:05:12 2011 +0000
+++ b/external/mit/xorg/lib/libXaw6/Makefile    Sun May 15 21:09:30 2011 +0000
@@ -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}\"
 



Home | Main Index | Thread Index | Old Index