pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/octave-current USE_LANGUAGES= c c++ fortran



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86f70725bc01
branches:  trunk
changeset: 479347:86f70725bc01
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Aug 13 00:53:27 2004 +0000

description:
USE_LANGUAGES=  c c++ fortran
and also add GCC_REQ=3.0 as this doesn't build correctly with my 2.95.3
on NetBSD/alpha.

diffstat:

 math/octave-current/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ab3bfb335d05 -r 86f70725bc01 math/octave-current/Makefile
--- a/math/octave-current/Makefile      Fri Aug 13 00:51:10 2004 +0000
+++ b/math/octave-current/Makefile      Fri Aug 13 00:53:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/03/29 16:20:16 adam Exp $
+# $NetBSD: Makefile,v 1.30 2004/08/13 00:53:27 dmcmahill Exp $
 #
 
 DISTNAME=      octave-${OCTAVE_VER}
@@ -33,6 +33,8 @@
 USE_LIBTOOL=           yes
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c c++ fortran
+GCC_REQD=              3.0
 
 INFO_FILES=    octave.info liboctave.info
 LIBOCTAVE_INFO=        liboctave.info liboctave.info-1 \



Home | Main Index | Thread Index | Old Index