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 | e434de9cb1b10da3ba56ab18bf53c2d8fd9ce563 (patch) | |
tree | c8357a05ea7406b17f9e5908ec0d405a619746f4 /math | |
parent | f45bb3ef5dca0622349b685f40d2da5d25f37f6b (diff) | |
download | pkgsrc-e434de9cb1b10da3ba56ab18bf53c2d8fd9ce563.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 |