aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2019-03-24 18:01:03 +0800
committerriggs <riggs@FreeBSD.org>2019-03-24 18:01:03 +0800
commit9d8af9c988a12a075841f0dbf36d8f990c07fc5d (patch)
treee7561983a30d1a486591d57694fdee3573a5beae
parenta01c113d985d6e68437d6324bc51401b610e650f (diff)
downloadfreebsd-ports-9d8af9c988a12a075841f0dbf36d8f990c07fc5d.tar.gz
freebsd-ports-9d8af9c988a12a075841f0dbf36d8f990c07fc5d.tar.zst
freebsd-ports-9d8af9c988a12a075841f0dbf36d8f990c07fc5d.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)
-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