pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libole2 replace LTCONFIG_OVERRIDE with LIBTOOL_O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba7da76e7a3b
branches:  trunk
changeset: 467621:ba7da76e7a3b
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 04 04:38:54 2004 +0000

description:
replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.

diffstat:

 devel/libole2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 66a4c3a8e5bb -r ba7da76e7a3b devel/libole2/Makefile
--- a/devel/libole2/Makefile    Wed Feb 04 03:02:51 2004 +0000
+++ b/devel/libole2/Makefile    Wed Feb 04 04:38:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/17 21:31:38 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/04 04:38:54 grant Exp $
 #
 
 DISTNAME=              libole2-0.2.4
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_BUILDLINK2=                YES
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 .include "../../devel/glib/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index