diff options
author | gavan <gavan@pkgsrc.org> | 2003-10-29 10:40:53 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-10-29 10:40:53 +0000 |
commit | 5ad062403749b6355e4cb389c53d996dbb4b203d (patch) | |
tree | 76ee1c88bc1317b3c41d3523305cbdec27fd7725 /x11 | |
parent | ba6fbe9b1c3f93ba07a7c590790aed3a4262af23 (diff) | |
download | pkgsrc-5ad062403749b6355e4cb389c53d996dbb4b203d.tar.gz |
Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 0bbf677f3c8..aece11dbce0 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2003/09/12 16:12:01 drochner Exp $ +# $NetBSD: Makefile,v 1.91 2003/10/29 10:40:53 gavan Exp $ DISTNAME= gnome-libs-1.4.2 CATEGORIES= x11 gnome @@ -14,7 +14,9 @@ BUILD_USES_MSGFMT= YES USE_X11BASE= YES USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/libart_lgpl/libtool + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ |