pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/isect replace LTCONFIG_OVERRIDE with LIBTOOL_OVE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72c8c90e2cd4
branches:  trunk
changeset: 467617:72c8c90e2cd4
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 04 01:58:35 2004 +0000

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

remove duplicate USE_PKGINSTALL. whitespace cleanup.

diffstat:

 devel/isect/Makefile |  17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r 7322c497f27c -r 72c8c90e2cd4 devel/isect/Makefile
--- a/devel/isect/Makefile      Wed Feb 04 01:13:04 2004 +0000
+++ b/devel/isect/Makefile      Wed Feb 04 01:58:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/08/30 22:51:14 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/04 01:58:35 grant Exp $
 #
 
 DISTNAME=      isect-1.6.2
@@ -10,14 +10,13 @@
 HOMEPAGE=      http://isectd.sourceforge.net/
 COMMENT=       Open source middleware daemon
 
-GNU_CONFIGURE= yes
-USE_BUILDLINK2=        yes
-USE_PKGINSTALL=        yes
-USE_LIBTOOL=   yes
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
-PTHREAD_OPTS+= require
-USE_PKGINSTALL=        YES
-INFO_FILES=    isect.info
+GNU_CONFIGURE=         yes
+USE_BUILDLINK2=                yes
+USE_PKGINSTALL=                yes
+USE_LIBTOOL=           yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+PTHREAD_OPTS+=         require
+INFO_FILES=            isect.info
 
 RCD_SCRIPTS=   isect
 



Home | Main Index | Thread Index | Old Index