aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2019-03-24 10:01:03 +0000
committerThomas Zander <riggs@FreeBSD.org>2019-03-24 10:01:03 +0000
commit6791bf473755391696de5ac4d5aaf9a89072d01d (patch)
treee7561983a30d1a486591d57694fdee3573a5beae
parent4d8dbe2bc70b93841b9200074888fbc5aa1ff14c (diff)
downloadports-6791bf473755391696de5ac4d5aaf9a89072d01d.tar.gz
ports-6791bf473755391696de5ac4d5aaf9a89072d01d.zip
MFH: r489574 r496712
math/blitz++ is not compatible with python3 PR: 234633 Remove BROKEN for FreeBSD 12 and 13. PR: 236705 Submitted by: lantw44@gmail.com Approved by: ports-secteam (riggs)
Notes
Notes: svn path=/branches/2019Q1/; revision=496714
-rw-r--r--math/blitz++/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 89dfafe906e1..467f113ae541 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -11,12 +11,10 @@ COMMENT= C++ class library for scientific computing
LICENSE= GPLv3 BSD3CLAUSE
LICENSE_COMB= multi
-BROKEN_FreeBSD_12= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
-BROKEN_FreeBSD_13= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
+USES= gmake libtool pathfix python:2.7
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix python
-USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}"
MAKE_JOBS_UNSAFE= yes