summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-10 23:23:02 +0000
committerjlam <jlam>2004-02-10 23:23:02 +0000
commitf2e0ca00581d530a5fd8d958db89c10156dae92e (patch)
treefc8c403e872dbbf1831cba834558791d84947985 /graphics/Mesa
parent8acc4ca7221622ba9afa914d4da90aaa9ec84f07 (diff)
downloadpkgsrc-f2e0ca00581d530a5fd8d958db89c10156dae92e.tar.gz
Don't pass the -DGLX_GLXEXT_LEGACY to the compiler if we're building
another bit of the Mesa package.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 623a2f364bc..cd995e0d31a 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2004/02/07 23:00:14 minskim Exp $
+# $NetBSD: Makefile.common,v 1.26 2004/02/10 23:23:02 jlam Exp $
#
DISTNAME= MesaLib-${MESA_VERSION}
@@ -18,6 +18,7 @@ ALL_TARGET= pkgsrc
USE_LIBTOOL= yes
USE_X11= yes
+BUILDING_MESA= yes
NO_CONFIGURE= yes
DIST_SUBDIR= Mesa-${MESA_VERSION}
PATCHDIR?= ${.CURDIR}/../../graphics/MesaLib/patches