svn commit: r506440 - head/sysutils/patchelf

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 12 07:35:33 UTC 2019


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
 


More information about the svn-ports-all mailing list