Module Name:    src
Committed By:   scole
Date:           Wed Dec 14 16:03:19 UTC 2016

Modified Files:
        src/share/mk: bsd.x11.mk

Log Message:
Make ia64 considered 64bit for the _XSERVER64 define so a release with x11 will 
at least build.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/share/mk/bsd.x11.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.x11.mk
diff -u src/share/mk/bsd.x11.mk:1.123 src/share/mk/bsd.x11.mk:1.124
--- src/share/mk/bsd.x11.mk:1.123	Fri Oct 14 20:34:29 2016
+++ src/share/mk/bsd.x11.mk	Wed Dec 14 16:03:19 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.x11.mk,v 1.123 2016/10/14 20:34:29 joerg Exp $
+#	$NetBSD: bsd.x11.mk,v 1.124 2016/12/14 16:03:19 scole Exp $
 
 .include <bsd.init.mk>
 
@@ -97,6 +97,7 @@ X11FLAGS.SERVER+=	-DXINPUT -DXFreeXDGA -
 .endif
 
 .if ${MACHINE_ARCH} == "alpha"	|| \
+    ${MACHINE_ARCH} == "ia64"   || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_CPU} == "aarch64"

Reply via email to