sysutils/patchelf: fix build on GCC architectures

Add USES=compiler:c++11-lang to fix:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-12 07:35:32 +00:00
parent ba0162127e
commit 4d79301c6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506440

View file

@ -11,7 +11,7 @@ COMMENT= Utility to modify the dynamic linker
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf gmake
USES= autoreconf compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= NixOS