1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/patchelf/Makefile
Piotr Kubaj 4d79301c6a 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)
2019-07-12 07:35:32 +00:00

23 lines
389 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= patchelf
PORTVERSION= 0.10
CATEGORIES= sysutils
MAINTAINER= wg@FreeBSD.org
COMMENT= Utility to modify the dynamic linker
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= NixOS
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>