From 31b7d0a959442e25ec8b978c85af05c3783b82f6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 19 Apr 2020 04:47:58 +0000 Subject: [PATCH] Fix build on GCC-based systems by adding c++11-lang to USES: /wrkdirs/usr/ports/devel/libevdevPlus/work/libevdevPlus-0.1.1/CommonIncludes.hpp:17:25: error: unordered_set: No such file or directory Approved by: portmgr (tier-2 blanket) --- devel/libevdevplus/Makefile | 2 +- devel/libuinputplus/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libevdevplus/Makefile b/devel/libevdevplus/Makefile index 74b698b9492e..ebaaa2131e48 100644 --- a/devel/libevdevplus/Makefile +++ b/devel/libevdevplus/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto -USES= cmake localbase +USES= cmake compiler:c++11-lang localbase USE_GITHUB= yes GH_PROJECT= libevdevPlus diff --git a/devel/libuinputplus/Makefile b/devel/libuinputplus/Makefile index c4dea63f0061..9f2b29a4d2e4 100644 --- a/devel/libuinputplus/Makefile +++ b/devel/libuinputplus/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto -USES= cmake localbase +USES= cmake compiler:c++11-lang localbase USE_GITHUB= yes GH_ACCOUNT= YukiWorkshop