summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-09 01:04:45 +0000
committerjlam <jlam>2004-02-09 01:04:45 +0000
commit190ba547c1b21f94ed5a3c785a25aa1b6e5ca368 (patch)
tree9806c7830df7b84a7377588c7a44a249fa95b681 /devel
parent18d40d63c067403fe2fa24acdc684ddd647b620b (diff)
downloadpkgsrc-190ba547c1b21f94ed5a3c785a25aa1b6e5ca368.tar.gz
Set USE_LANGUAGES to "c c++ fortran" since we want to use the same versions
of the the compiler for all three tools, especially for gcc.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 2c3b8d4a95a..1c39ac3aeca 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/02/08 02:08:21 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2004/02/09 01:04:45 jlam Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -8,10 +8,10 @@ COMMENT= Generic shared library support script (the script itself)
CONFLICTS+= libtool<=1.3.5nb11
-# We are going to want libtool to find the same version of C and C++
-# compilers.
+# We are going to want libtool to find the same versions of the C, C++,
+# and Fortran compilers.
#
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++ fortran
.include "../../devel/libtool/Makefile.common"