pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool-base Require both the C and C++ compiler...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8820a61db4bb
branches: trunk
changeset: 467618:8820a61db4bb
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Feb 04 02:31:40 2004 +0000
description:
Require both the C and C++ compilers since we usually want libtool to find
the same set.
diffstat:
devel/libtool-base/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 72c8c90e2cd4 -r 8820a61db4bb devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Wed Feb 04 01:58:35 2004 +0000
+++ b/devel/libtool-base/Makefile Wed Feb 04 02:31:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/07 21:18:12 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/04 02:31:40 jlam Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -10,6 +10,11 @@
CONFLICTS+= libtool<=1.3.5nb11
+# We are going to want libtool to find the same version of C and C++
+# compilers.
+#
+USE_LANGUAGES= c c++
+
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index