pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool-base fix an obvious botch-up:
details: https://anonhg.NetBSD.org/pkgsrc/rev/fbcc0ecd71af
branches: trunk
changeset: 476552:fbcc0ecd71af
user: grant <grant%pkgsrc.org@localhost>
date: Mon Jun 14 00:26:25 2004 +0000
description:
fix an obvious botch-up:
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
diffstat:
devel/libtool-base/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cb97a7532de3 -r fbcc0ecd71af devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Sun Jun 13 22:53:22 2004 +0000
+++ b/devel/libtool-base/Makefile Mon Jun 14 00:26:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/06/03 23:31:53 jschauma Exp $
+# $NetBSD: Makefile,v 1.36 2004/06/14 00:26:25 grant Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -27,7 +27,7 @@
.if ${OPSYS} == "NetBSD"
. if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
-5~CONFIGURE_ARGS= --disable-shared
+CONFIGURE_ARGS= --disable-shared
BUILD_SHLIBTOOL= NO
. endif
.else
Home |
Main Index |
Thread Index |
Old Index