pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/rrdtool LTCONFIG_OVERRIDE is obsolete... use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44afb65907e3
branches:  trunk
changeset: 467905:44afb65907e3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 08 03:47:08 2004 +0000

description:
LTCONFIG_OVERRIDE is obsolete... use LIBTOOL_OVERRIDE instead.  Also some
minor whitespace nits.

diffstat:

 databases/rrdtool/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r e4744298040b -r 44afb65907e3 databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Sun Feb 08 03:34:20 2004 +0000
+++ b/databases/rrdtool/Makefile        Sun Feb 08 03:47:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/02/07 17:44:10 seb Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/08 03:47:08 jlam Exp $
 #
 
 DISTNAME=      rrdtool-1.0.40
@@ -14,12 +14,12 @@
 NOT_FOR_PLATFORM=      NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
                        NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
 
-USE_LIBTOOL=   # defined
-USE_BUILDLINK3=        yes
-LTCONFIG_OVERRIDE=     ${WRKSRC}/config/ltconfig
-LTCONFIG_OVERRIDE+=    ${WRKSRC}/contrib/php4/ltconfig
-USE_GNU_TOOLS+=        make
-GNU_CONFIGURE= # defined
+USE_LIBTOOL=           yes
+USE_BUILDLINK3=                yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/config/libtool
+LIBTOOL_OVERRIDE+=     ${WRKSRC}/libtool
+USE_GNU_TOOLS+=                make
+GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS= --enable-shared
 CONFIGURE_ENV= PERL=${PERL5}



Home | Main Index | Thread Index | Old Index