summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorbjs <bjs>2007-09-12 07:08:22 +0000
committerbjs <bjs>2007-09-12 07:08:22 +0000
commita65cdb422e349ecc4425144b60e96e975ba0c237 (patch)
treecb053f6bd7f13bfde97fb3e7cb5b06eb1ac1cb90 /x11
parentc3ba53e461174d15c5de61ea3caa85e1e0daebc0 (diff)
downloadpkgsrc-a65cdb422e349ecc4425144b60e96e975ba0c237.tar.gz
NetBSD/amd64 uses "x86_64" for ${MACHINE_ARCH}, not "amd64". The
result? __GLX_ALIGN64 wasn't being defined on amd64. Fix this and bump PKGREVISION. ok'd by joerg@: "commit this"
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile
index c28f67381cd..3570bc5241b 100644
--- a/x11/modular-xorg-server/Makefile
+++ b/x11/modular-xorg-server/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/08/24 16:43:28 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/09/12 07:08:22 bjs Exp $
DISTNAME= xorg-server-1.3.0.0
PKGNAME= modular-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/xserver/
EXTRACT_SUFX= .tar.bz2
@@ -33,7 +33,7 @@ SITES.MesaLib-6.5.2.tar.bz2= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
MESA_SRC= ${WRKDIR}/Mesa-6.5.2
CONFIGURE_ARGS+= --enable-glx
CONFIGURE_ARGS+= --with-mesa-source=${MESA_SRC}
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64" || \
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "alpha"
GLX_DEFINES+= -D__GLX_ALIGN64
.endif