Date: Fri, 12 Jul 2019 07:35:32 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506440 - head/sysutils/patchelf Message-ID: <201907120735.x6C7ZWC7094323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jul 12 07:35:32 2019 New Revision: 506440 URL: https://svnweb.freebsd.org/changeset/ports/506440 Log: 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) Modified: head/sysutils/patchelf/Makefile Modified: head/sysutils/patchelf/Makefile ============================================================================== --- head/sysutils/patchelf/Makefile Fri Jul 12 06:54:13 2019 (r506439) +++ head/sysutils/patchelf/Makefile Fri Jul 12 07:35:32 2019 (r506440) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907120735.x6C7ZWC7094323>