summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-16 00:22:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-16 00:22:31 +0000
commita12ccfe41e605e66f476879535362f568c3cd0cf (patch)
tree511f2bc315868216b53bb7064f784464b23768af /devel
parentlang/rust: Update distinfo.x86_64 for DragonFly support for v1.13 (diff)
devel/liborcus: unbreak on 9.x after r425933
In file included from css_types.cpp:9: ../../include/orcus/global.hpp:59:6: error: no type named 'unique_ptr' in namespace 'std' std::unique_ptr<T> make_unique(Args&& ...args) ~~~~~^ ../../include/orcus/global.hpp:59:16: error: expected unqualified-id std::unique_ptr<T> make_unique(Args&& ...args) ^ In file included from css_types.cpp:11: /usr/local/include/mdds-1.2/mdds/global.hpp:91:6: error: no type named 'unique_ptr' in namespace 'std' std::unique_ptr<T> make_unique(Args&& ...args) ~~~~~^ /usr/local/include/mdds-1.2/mdds/global.hpp:91:16: error: expected unqualified-id std::unique_ptr<T> make_unique(Args&& ...args) ^ 4 errors generated. Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=426193
Diffstat (limited to 'devel')
-rw-r--r--devel/liborcus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile
index 5ff0e2f25509..d852ed7d8478 100644
--- a/devel/liborcus/Makefile
+++ b/devel/liborcus/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds
LIB_DEPENDS= libboost_system.so:devel/boost-libs
GNU_CONFIGURE= yes
-USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip