pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server NetBSD/amd64 uses "x86_64" for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27669a339945
branches:  trunk
changeset: 533252:27669a339945
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Sep 12 07:08:22 2007 +0000

description:
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:

 x11/modular-xorg-server/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 476974201ea0 -r 27669a339945 x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Wed Sep 12 04:15:41 2007 +0000
+++ b/x11/modular-xorg-server/Makefile  Wed Sep 12 07:08:22 2007 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index