diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-25 03:59:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-25 03:59:30 +0800 |
commit | e54078f8c3cc2c9ec75a6d84a1808f1d46c00604 (patch) | |
tree | bafa2815cd1053c85dfa1f43f1a0b0ad034bee16 /math | |
parent | 469d5d738522b6c445aef5119929bbb8679a7ff5 (diff) | |
download | freebsd-ports-gnome-e54078f8c3cc2c9ec75a6d84a1808f1d46c00604.tar.gz freebsd-ports-gnome-e54078f8c3cc2c9ec75a6d84a1808f1d46c00604.tar.zst freebsd-ports-gnome-e54078f8c3cc2c9ec75a6d84a1808f1d46c00604.zip |
Add compiler:c++11-lang to USES to fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 76d17d48c6f9..d3aba35adf5c 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl \ # qwt.5:x11-toolkits/qwt5 \ # qwtplot3d-qt4:math/qwtplot3d-qt4 -USES= dos2unix gmake qmake qt:4 tar:bzip2 +USES= compiler:c++11-lang dos2unix gmake qmake qt:4 tar:bzip2 USE_QT= gui opengl svg qt3support network assistantclient \ moc_build rcc_build USE_GL= glu |