Date: Sun, 19 Apr 2020 04:47:58 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532071 - in head/devel: libevdevplus libuinputplus Message-ID: <202004190447.03J4lwdH038657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Apr 19 04:47:58 2020 New Revision: 532071 URL: https://svnweb.freebsd.org/changeset/ports/532071 Log: 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) Modified: head/devel/libevdevplus/Makefile head/devel/libuinputplus/Makefile Modified: head/devel/libevdevplus/Makefile ============================================================================== --- head/devel/libevdevplus/Makefile Sun Apr 19 04:45:42 2020 (r532070) +++ head/devel/libevdevplus/Makefile Sun Apr 19 04:47:58 2020 (r532071) @@ -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 Modified: head/devel/libuinputplus/Makefile ============================================================================== --- head/devel/libuinputplus/Makefile Sun Apr 19 04:45:42 2020 (r532070) +++ head/devel/libuinputplus/Makefile Sun Apr 19 04:47:58 2020 (r532071) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004190447.03J4lwdH038657>