diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-28 07:37:09 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-28 07:37:09 +0000 |
commit | 8d43155db2870e3c157ab955cf514570e2482d3e (patch) | |
tree | e97ada40ed89655d02f1be794016f30fc3fbb9ad /graphics/Mesa/Makefile.common | |
parent | 6e286bd8d52b2899c53b04ea37efedcb5fe03884 (diff) | |
download | pkgsrc-8d43155db2870e3c157ab955cf514570e2482d3e.tar.gz |
Needs LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE as it turns out
Diffstat (limited to 'graphics/Mesa/Makefile.common')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 205a3e119f0..d9fe389c40f 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2003/03/24 18:23:25 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.8 2003/03/28 07:37:09 jmc Exp $ # Latest is: 5.0 # Default is: 5.0 @@ -14,7 +14,7 @@ HOMEPAGE?= http://www.mesa3d.org/ USE_GMAKE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE?= yes CONFIGURE_ARGS+= --enable-static |