pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/blas USE_LANGUAGES+=c, because linking is done wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce36a612d456
branches:  trunk
changeset: 514241:ce36a612d456
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jun 09 10:38:35 2006 +0000

description:
USE_LANGUAGES+=c, because linking is done with cc.

diffstat:

 math/blas/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91bfc1f65c6a -r ce36a612d456 math/blas/Makefile
--- a/math/blas/Makefile        Fri Jun 09 10:27:09 2006 +0000
+++ b/math/blas/Makefile        Fri Jun 09 10:38:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:46:28 tv Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/09 10:38:35 rillig Exp $
 #
 
 DISTNAME=      blas
@@ -17,7 +17,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                        ${WRKDIR}
-USE_LANGUAGES=         fortran
+USE_LANGUAGES=         c fortran
 USE_LIBTOOL=           YES
 
 INSTALLATION_DIRS=     lib



Home | Main Index | Thread Index | Old Index