pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base libtool-base actually uses config.s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ee93d39a515
branches:  trunk
changeset: 468498:9ee93d39a515
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Feb 14 16:35:33 2004 +0000

description:
libtool-base actually uses config.status during the build to generate
its files.

diffstat:

 devel/libtool-base/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 535648e87005 -r 9ee93d39a515 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Sat Feb 14 16:17:02 2004 +0000
+++ b/devel/libtool-base/Makefile       Sat Feb 14 16:35:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/13 00:46:00 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/14 16:35:33 jlam Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/-/-base-/}
@@ -24,6 +24,8 @@
 DEPENDS+=      c++rt0>=1.0:../../sysutils/c++rt0
 .endif
 
+CONFIG_STATUS_OVERRIDE=        # libtool actually uses config.status during the build
+
 .if ${OPSYS} == "NetBSD"
 .  if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
 CONFIGURE_ARGS=                --disable-shared



Home | Main Index | Thread Index | Old Index