summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2012-12-20 15:11:15 +0000
committerprlw1 <prlw1@pkgsrc.org>2012-12-20 15:11:15 +0000
commitb36ef4ca31920e74c1a5dfa2ba0e1acd34357c8a (patch)
tree8a4ab0f54e6a724e68f2d9c0dbab354b6141af28 /math
parent128175ff5abc2111bf2e0fbdfd72e00e5595d286 (diff)
downloadpkgsrc-b36ef4ca31920e74c1a5dfa2ba0e1acd34357c8a.tar.gz
Fix build of octave on systems with fltk installed (PR47216)
"Native graphics" = opengl + fltk, so switching off opengl also switches off fltk.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index b513c0d1abf..1df55684164 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2012/12/16 01:52:23 obache Exp $
+# $NetBSD: Makefile,v 1.107 2012/12/20 15:11:15 prlw1 Exp $
DISTNAME= octave-${OCTAVE_VER}
PKGREVISION= 3
@@ -36,6 +36,8 @@ CONFIGURE_ARGS+= --enable-dl
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+= --without-opengl
+
.include "options.mk"
INFO_FILES= yes