mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
4d79301c6a
Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
23 lines
389 B
Makefile
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>
|