pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jul 30 12:30:50 UTC 2017

Modified Files:
        pkgsrc/math/octave: Makefile

Log Message:
hack: force disable a configure test.

Fixes build with PKGSRC_FORTRAN=gfortran (6.4) on netbsd. resulting
binary works fine. I suspect the issue is that the wrong gcc (one without
fortran support) is invoked.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/math/octave/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.152 pkgsrc/math/octave/Makefile:1.153
--- pkgsrc/math/octave/Makefile:1.152   Mon Jul  3 13:40:00 2017
+++ pkgsrc/math/octave/Makefile Sun Jul 30 12:30:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2017/07/03 13:40:00 maya Exp $
+# $NetBSD: Makefile,v 1.153 2017/07/30 12:30:50 maya Exp $
 
 DISTNAME=      octave-4.2.0
 PKGREVISION=   10
@@ -51,6 +51,9 @@ CONFIGURE_ARGS.Darwin+=       --without-OSMesa
 # We use this to install .oct files so it doesn't strip them.
 CONFIGURE_ENV+=                INSTALL_LIB=${INSTALL_LIB:Q}
 
+# XXX Shared object "libgfortran.so.3" not found
+CONFIGURE_ENV+=                octave_cv_sizeof_fortran_integer=yes
+
 .include "options.mk"
 
 INFO_FILES=    yes



Home | Main Index | Thread Index | Old Index