summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-10 23:23:02 +0000
committerjlam <jlam@pkgsrc.org>2004-02-10 23:23:02 +0000
commit7a1c38c7e967790e5745700e165ae1975c428899 (patch)
treefc8c403e872dbbf1831cba834558791d84947985 /graphics/Mesa/Makefile.common
parentc639fb3aad4c9553494f59a9e614e953b11872e1 (diff)
downloadpkgsrc-7a1c38c7e967790e5745700e165ae1975c428899.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/Makefile.common')
-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