pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk conditionally set LIBTOOL and SHLIBTOOL, as propose...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d41a4ad52b77
branches: trunk
changeset: 463914:d41a4ad52b77
user: grant <grant%pkgsrc.org@localhost>
date: Tue Dec 02 23:08:24 2003 +0000
description:
conditionally set LIBTOOL and SHLIBTOOL, as proposed by Michal
Pasternak on tech-pkg.
[first commit after pkgsrc meltdown ;)]
diffstat:
mk/bsd.pkg.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r e725b1e03d70 -r d41a4ad52b77 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Tue Dec 02 22:37:43 2003 +0000
+++ b/mk/bsd.pkg.mk Tue Dec 02 23:08:24 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1307 2003/11/27 13:02:38 taya Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1308 2003/12/02 23:08:24 grant Exp $
#
# This file is in the public domain.
#
@@ -371,8 +371,8 @@
.else
LIBTOOL_REQD?= 1.4.20010614nb11
.endif
-LIBTOOL= ${LOCALBASE}/bin/libtool
-SHLIBTOOL= ${LOCALBASE}/bin/shlibtool
+LIBTOOL?= ${LOCALBASE}/bin/libtool
+SHLIBTOOL?= ${LOCALBASE}/bin/shlibtool
.if defined(USE_LIBTOOL)
PKGLIBTOOL= ${LIBTOOL}
PKGSHLIBTOOL= ${SHLIBTOOL}
Home |
Main Index |
Thread Index |
Old Index