summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgavan <gavan>2003-10-29 10:40:53 +0000
committergavan <gavan>2003-10-29 10:40:53 +0000
commit5fbdc885707872ef44802af6a06e4619bdd4eef0 (patch)
tree76ee1c88bc1317b3c41d3523305cbdec27fd7725
parent244774551c52dcbf5120752fd94ad88bcdd8b25f (diff)
downloadpkgsrc-5fbdc885707872ef44802af6a06e4619bdd4eef0.tar.gz
Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris.
-rw-r--r--x11/gnome-libs/Makefile6
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} \