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:           Tue Aug  1 11:10:37 UTC 2017

Modified Files:
        pkgsrc/math/octave: Makefile

Log Message:
Remove low GCC_REQD.

Good luck making it past qt5 with GCC 3.0!


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 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.155 pkgsrc/math/octave/Makefile:1.156
--- pkgsrc/math/octave/Makefile:1.155   Tue Aug  1 11:09:14 2017
+++ pkgsrc/math/octave/Makefile Tue Aug  1 11:10:37 2017
@@ -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



Home | Main Index | Thread Index | Old Index