pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnome-libs Set LIBTOOL_OVERRIDE correctly. Fixes b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c16bc0c4d3c1
branches:  trunk
changeset: 463115:c16bc0c4d3c1
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Wed Oct 29 10:40:53 2003 +0000

description:
Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris.

diffstat:

 x11/gnome-libs/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4f8bf57b033f -r c16bc0c4d3c1 x11/gnome-libs/Makefile
--- a/x11/gnome-libs/Makefile   Wed Oct 29 06:22:14 2003 +0000
+++ b/x11/gnome-libs/Makefile   Wed Oct 29 10:40:53 2003 +0000
@@ -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 @@
 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} \



Home | Main Index | Thread Index | Old Index