diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-30 20:06:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-30 20:06:14 +0800 |
commit | e0af99d80800eb28aaf9aa6bdf78d93e7ff44086 (patch) | |
tree | 5d2b29442829fec7bbfe094119ea00459a9713b3 /net-p2p | |
parent | 682330c89ce15c7771022747612a6f684d88b33c (diff) | |
download | freebsd-ports-gnome-e0af99d80800eb28aaf9aa6bdf78d93e7ff44086.tar.gz freebsd-ports-gnome-e0af99d80800eb28aaf9aa6bdf78d93e7ff44086.tar.zst freebsd-ports-gnome-e0af99d80800eb28aaf9aa6bdf78d93e7ff44086.zip |
Fix build with GCC-based architectures.
PR: 231953
Submitted by: Piotr Kubaj
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 4ba454ff8cb9..6729b7f21990 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs -USES= gettext iconv pkgconfig scons tar:bzip2 ssl +USES= compiler:c++11-lang gettext iconv pkgconfig scons tar:bzip2 ssl USE_GNOME= libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT |