diff options
author | maya <maya@pkgsrc.org> | 2017-08-01 11:10:37 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-08-01 11:10:37 +0000 |
commit | 50de1d0f0a1db9a39703448f5bc900500f21cbee (patch) | |
tree | 681d45944c9f093a30e0f63ebd858cc60b6889f7 /math | |
parent | 2e866f2b057161efffac7abf40a19ed40346a4c9 (diff) | |
download | pkgsrc-50de1d0f0a1db9a39703448f5bc900500f21cbee.tar.gz |
Remove low GCC_REQD.
Good luck making it past qt5 with GCC 3.0!
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 922cc76b660..7766ea5a750 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2017/08/01 11:09:14 maya Exp $ +# $NetBSD: Makefile,v 1.156 2017/08/01 11:10:37 maya Exp $ DISTNAME= octave-4.2.0 PKGREVISION= 11 @@ -24,7 +24,6 @@ USE_LIBTOOL= yes USE_TOOLS+= autoconf gsed gmake:run perl pkg-config bison bsdtar:run GNU_CONFIGURE= yes -GCC_REQD+= 3.0 USE_LANGUAGES= c c++ fortran77 # needed for loading of shared objects such as those in the |