Module Name:    src
Committed By:   mrg
Date:           Mon Feb 21 05:09:54 UTC 2011

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

Log Message:
define HAVE_GETPAGESIZE.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libXaw/Makefile
cvs rdiff -u -r1.5 -r1.6 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/libXaw/Makefile
diff -u src/external/mit/xorg/lib/libXaw/Makefile:1.5 src/external/mit/xorg/lib/libXaw/Makefile:1.6
--- src/external/mit/xorg/lib/libXaw/Makefile:1.5	Sun Apr 19 21:36:47 2009
+++ src/external/mit/xorg/lib/libXaw/Makefile	Mon Feb 21 05:09:53 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2009/04/19 21:36:47 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2011/02/21 05:09:53 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -51,6 +51,7 @@
 
 
 CPPFLAGS+=	-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -DHAVE_ISWALNUM
+CPPFLAGS+=	-DHAVE_GETPAGESIZE
 CPPFLAGS+=	-DPROJECT_ROOT=\"${X11ROOTDIR}\" -DXAW7
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/Xaw
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/extensions

Index: src/external/mit/xorg/lib/libXaw6/Makefile
diff -u src/external/mit/xorg/lib/libXaw6/Makefile:1.5 src/external/mit/xorg/lib/libXaw6/Makefile:1.6
--- src/external/mit/xorg/lib/libXaw6/Makefile:1.5	Thu Feb 17 23:50:19 2011
+++ src/external/mit/xorg/lib/libXaw6/Makefile	Mon Feb 21 05:09:54 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2011/02/17 23:50:19 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.6 2011/02/21 05:09:54 mrg Exp $
 
 NOCHECKVER=	yes	# we want to install an older version ...
 MKLINKLIB=	no
@@ -20,6 +20,7 @@
 	XawI18n.c XawIm.c XawInit.c
 
 CPPFLAGS+=	-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -DOLDXAW \
+		-DHAVE_GETPAGESIZE \
 		-DHAVE_ISWALNUM -DPROJECT_ROOT=\"${X11ROOTDIR}\"
 
 LIBDPLIBS=\

Reply via email to