aboutsummaryrefslogtreecommitdiff
path: root/sysutils/patchelf
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-12 07:35:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-12 07:35:32 +0000
commit4d79301c6ae74ea46db3bba899e6a731f1428b1a (patch)
tree9cef6e93bab270ff9ef412f64438b754f37d8186 /sysutils/patchelf
parentba0162127eff67756f391ce65d1836b24f746b9d (diff)
downloadports-4d79301c6ae74ea46db3bba899e6a731f1428b1a.tar.gz
ports-4d79301c6ae74ea46db3bba899e6a731f1428b1a.zip
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)
Notes
Notes: svn path=/head/; revision=506440
Diffstat (limited to 'sysutils/patchelf')
-rw-r--r--sysutils/patchelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/patchelf/Makefile b/sysutils/patchelf/Makefile
index 87c65c413153..772e1e7e8fea 100644
--- a/sysutils/patchelf/Makefile
+++ b/sysutils/patchelf/Makefile
@@ -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