pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/tochnog Explicitly calls cc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91d44615472f
branches:  trunk
changeset: 516673:91d44615472f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 25 15:33:38 2006 +0000

description:
Explicitly calls cc.

diffstat:

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

diffs (18 lines):

diff -r 44e9f8dea144 -r 91d44615472f math/tochnog/Makefile
--- a/math/tochnog/Makefile     Tue Jul 25 15:12:27 2006 +0000
+++ b/math/tochnog/Makefile     Tue Jul 25 15:33:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/06/02 14:01:34 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2006/07/25 15:33:38 joerg Exp $
 
 DISTNAME=      tochnog-20010429
 CATEGORIES=    math
@@ -17,7 +17,7 @@
 
 MAKE_ENV+=     MACHINE_ARCH=${MACHINE_ARCH:Q}
 
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 
 INSTALLATION_DIRS=     bin share/doc/tochnog share/tochnog/tools share/tochnog/test
 



Home | Main Index | Thread Index | Old Index