pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/octave math/octave: remove unrecognized configure...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70b0e1809609
branches: trunk
changeset: 419627:70b0e1809609
user: dbj <dbj%pkgsrc.org@localhost>
date: Tue Dec 24 01:59:15 2019 +0000
description:
math/octave: remove unrecognized configure args
on Darwin, set --enable-link-all-dependencies
diffstat:
math/octave/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 3fff8a0bcf46 -r 70b0e1809609 math/octave/Makefile
--- a/math/octave/Makefile Tue Dec 24 01:58:48 2019 +0000
+++ b/math/octave/Makefile Tue Dec 24 01:59:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2019/11/02 16:16:20 rillig Exp $
+# $NetBSD: Makefile,v 1.196 2019/12/24 01:59:15 dbj Exp $
DISTNAME= octave-5.1.0
PKGREVISION= 8
@@ -28,7 +28,6 @@
# needed for loading of shared objects such as those in the
# octave-forge package or user written ones compiled with mkoctfile
-CONFIGURE_ARGS+= --enable-dl
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ARGS+= --enable-shared
@@ -47,8 +46,8 @@
# which conflicts with the one in the X11 headers, so avoid pulling in X11.
CONFIGURE_ARGS.Darwin+= --without-x
-# The OpenGL framework doesn't have osmesa and the X11 one has header conflicts with the framework
-CONFIGURE_ARGS.Darwin+= --without-OSMesa
+# This is needed on Darwin or we get link failures on modules.
+CONFIGURE_ARGS.Darwin+= --enable-link-all-dependencies
# We use this to install .oct files so it doesn't strip them.
CONFIGURE_ENV+= INSTALL_LIB=${INSTALL_LIB:Q}
Home |
Main Index |
Thread Index |
Old Index