summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-19 19:14:37 +0000
committerjlam <jlam>2006-07-19 19:14:37 +0000
commit200187c881ec2826709d97ae80cca897ca79d1b5 (patch)
tree6625fccd1471e3829f048ba53292a134d2776e44 /devel
parent3b3fb0d2cb90fd2c6460f43821a4d882e3e75b0c (diff)
downloadpkgsrc-200187c881ec2826709d97ae80cca897ca79d1b5.tar.gz
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
Diffstat (limited to 'devel')
-rw-r--r--devel/eel/Makefile3
-rw-r--r--devel/glib/Makefile3
-rw-r--r--devel/libdockapp/Makefile3
-rw-r--r--devel/libproplist/Makefile3
-rw-r--r--devel/libsmi/Makefile3
-rw-r--r--devel/libstroke/Makefile4
6 files changed, 6 insertions, 13 deletions
diff --git a/devel/eel/Makefile b/devel/eel/Makefile
index 17c28b9b63a..1fdf2214416 100644
--- a/devel/eel/Makefile
+++ b/devel/eel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/04/17 13:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/07/19 19:14:38 jlam Exp $
DISTNAME= eel-1.0.2
PKGREVISION= 3
@@ -17,7 +17,6 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index be989c1f248..ae952bd2f03 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2006/06/08 21:13:38 tron Exp $
+# $NetBSD: Makefile,v 1.82 2006/07/19 19:14:38 jlam Exp $
DISTNAME= glib-1.2.10
PKGREVISION= 10
@@ -17,7 +17,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
PKGCONFIG_OVERRIDE= glib.pc.in
PKGCONFIG_OVERRIDE+= gmodule.pc.in
PKGCONFIG_OVERRIDE+= gthread.pc.in
diff --git a/devel/libdockapp/Makefile b/devel/libdockapp/Makefile
index 898f9eca2c7..8b10f7501e5 100644
--- a/devel/libdockapp/Makefile
+++ b/devel/libdockapp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:16 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/07/19 19:14:38 jlam Exp $
#
DISTNAME= libdockapp-0.4.0
@@ -13,7 +13,6 @@ COMMENT= Simple library to create dockapps for WindowMaker
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libdockapp
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile
index 0fb7b49441e..1b093297fc3 100644
--- a/devel/libproplist/Makefile
+++ b/devel/libproplist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/06/08 15:26:43 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2006/07/19 19:14:38 jlam Exp $
DISTNAME= libPropList-0.10.1
PKGNAME= libproplist-0.10.1
@@ -12,7 +12,6 @@ COMMENT= GNUstep/OPENSTEP property lists compatibility library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= lex
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libproplist
diff --git a/devel/libsmi/Makefile b/devel/libsmi/Makefile
index 114e853b96a..682f8b05fef 100644
--- a/devel/libsmi/Makefile
+++ b/devel/libsmi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:06 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/19 19:14:38 jlam Exp $
#
DISTNAME= libsmi-0.1.6
@@ -13,7 +13,6 @@ COMMENT= Library to access SMI MIB information
MIBDIR= ${PREFIX}/share/libsmi/mibs
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-mibdir=${MIBDIR:Q}
# this might make it easier to use scotty's and ucd-snmp's mibs,
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile
index 43478b9a462..bd51d177ae5 100644
--- a/devel/libstroke/Makefile
+++ b/devel/libstroke/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/02/05 23:08:45 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/07/19 19:14:38 jlam Exp $
#
DISTNAME= libstroke-0.5.1
@@ -16,8 +16,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-
CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no
.include "../../lang/tcl/buildlink3.mk"