diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2019-03-24 09:55:11 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2019-03-24 09:55:11 +0000 |
commit | 1dd5240ef09d46865bcd17a45ca8987f743d1442 (patch) | |
tree | 02e8a9abbd75b6a967c5a8a103c8f11c29f933ff /math | |
parent | f06480e523c5c94c8ab6c95f0c91c32200c8023a (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/blitz++/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 8757407f3b0b..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 - -GNU_CONFIGURE= yes USES= gmake libtool pathfix python:2.7 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}" MAKE_JOBS_UNSAFE= yes |