diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-28 09:42:32 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-28 09:42:32 +0000 |
commit | 9adb8d76f61cdab6161f02ad4b10089a5b7b9b9c (patch) | |
tree | 6d3776343feb9001e7c39b850abcfd56e47f3a49 /graphics | |
parent | 1fbcf4a4aeb404eb278fe66e5dd7dfdc52f76750 (diff) | |
download | pkgsrc-9adb8d76f61cdab6161f02ad4b10089a5b7b9b9c.tar.gz |
Ok...Finally get this right. The 5.0 Mesa needs LIBTOOL_OVERRIDE which works
correctly on install now when tested.
Diffstat (limited to 'graphics')
-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 03a5b92afa0..bcf8e3e9360 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2003/03/28 07:43:49 jmc Exp $ +# $NetBSD: Makefile.common,v 1.10 2003/03/28 09:42:32 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 |