diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-03 00:36:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-03 00:36:00 +0800 |
commit | 8fe10b1f9e61302a581b4fc4fa1dc65366418d56 (patch) | |
tree | 4fcdfd11505e0347c3d727d9a7448f75434bd71e /ftp | |
parent | 2198ff2c6d37e00fc1127ce6f275fee54b252021 (diff) | |
download | freebsd-ports-gnome-8fe10b1f9e61302a581b4fc4fa1dc65366418d56.tar.gz freebsd-ports-gnome-8fe10b1f9e61302a581b4fc4fa1dc65366418d56.tar.zst freebsd-ports-gnome-8fe10b1f9e61302a581b4fc4fa1dc65366418d56.zip |
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/multiget/Makefile | 2 | ||||
-rw-r--r-- | ftp/wxdfast/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile index 1f13ac7f561f..495bcf5474e3 100644 --- a/ftp/multiget/Makefile +++ b/ftp/multiget/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2+ WRKSRC_SUBDIR= src -USES= alias dos2unix +USES= alias compiler:c++11-lang dos2unix USE_WX= 2.8 MAKEFILE= makefile ALL_TARGET= MultiGet diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 38070378dbe2..ccb6b1737c53 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -19,9 +19,9 @@ BROKEN_armv7= fails to compile: no matching member function for call to 'Read' WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= autoreconf compiler:c++11-lang gettext libtool USE_WX= 2.8+ WX_CONF_ARGS= relative -USES= autoreconf gettext libtool GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALL_TARGET= install-strip |