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:
parent
ba0162127e
commit
4d79301c6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506440
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue