pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/math/octave-forge Pullup ticket 235 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a21600be0e9
branches:  pkgsrc-2004Q4
changeset: 485831:2a21600be0e9
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jan 21 01:08:13 2005 +0000

description:
Pullup ticket 235 - requested by Dan McMahill
build fix for octave-forge

Patch supplied by the requester.
Add missing USE_FORTRAN to allow this package to compile.

diffstat:

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

diffs (17 lines):

diff -r 7dfefe3225d2 -r 2a21600be0e9 math/octave-forge/Makefile
--- a/math/octave-forge/Makefile        Wed Jan 19 13:17:57 2005 +0000
+++ b/math/octave-forge/Makefile        Fri Jan 21 01:08:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/05 09:03:42 adam Exp $
+# $NetBSD: Makefile,v 1.6.2.1 2005/01/21 01:08:13 salo Exp $
 
 DISTNAME=      octave-forge-2004.11.16
 CATEGORIES=    cad
@@ -30,6 +30,7 @@
 
 GCC_REQD=      3.0
 USE_LANGUAGES= c c++ fortran
+USE_FORTRAN=   yes
 
 .include "../../math/octave-current/octave.mk"
 



Home | Main Index | Thread Index | Old Index