diff options
author | ale <ale@FreeBSD.org> | 2014-04-17 23:52:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-04-17 23:52:01 +0800 |
commit | c4c73bfbe2f7c9a6ee6708980ad504efea039f0e (patch) | |
tree | 6d825764069421c1db2929834b7e84d9601e9e19 /security/quantis | |
parent | efb87582b45ceb1fc13b6261e181d85a5387bd68 (diff) | |
download | freebsd-ports-gnome-c4c73bfbe2f7c9a6ee6708980ad504efea039f0e.tar.gz freebsd-ports-gnome-c4c73bfbe2f7c9a6ee6708980ad504efea039f0e.tar.zst freebsd-ports-gnome-c4c73bfbe2f7c9a6ee6708980ad504efea039f0e.zip |
Fix build on 8.x, by using clang, since boost-lib is built with it.
When will we have a port compiler and, more important, a port c++ library
(and a simple way to use it) that will avoid all these headaches?
Diffstat (limited to 'security/quantis')
-rw-r--r-- | security/quantis/Makefile | 3 | ||||
-rw-r--r-- | security/quantis/files/pkg-message.in (renamed from security/quantis/pkg-message) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/quantis/Makefile b/security/quantis/Makefile index 4e6cbfc3bf84..c2672aec0396 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -28,9 +28,10 @@ TOOL_DESC= Build EasyQuantis application GUI_DESC= Build QT4 GUI for EasyQuantis application EXTRACT_BEFORE_ARGS= -aqo -USES= cmake zip:infozip +USES= cmake compiler:c++11-lang zip:infozip USE_QT4= # empty but required USE_LDCONFIG= yes +SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps diff --git a/security/quantis/pkg-message b/security/quantis/files/pkg-message.in index 7db754ebbd02..7db754ebbd02 100644 --- a/security/quantis/pkg-message +++ b/security/quantis/files/pkg-message.in |