mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
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)
This commit is contained in:
parent
87c77bb6d0
commit
31b7d0a959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532071
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user