aboutsummaryrefslogtreecommitdiff
path: root/ftp/wxdfast
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-02 16:36:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-02 16:36:00 +0000
commit61be1378c639839bef78697f9a1ca4caddd10dc2 (patch)
tree4fcdfd11505e0347c3d727d9a7448f75434bd71e /ftp/wxdfast
parent2862d2c72d8e6605f4eb902402c08da3a05c2638 (diff)
downloadports-61be1378c639839bef78697f9a1ca4caddd10dc2.tar.gz
ports-61be1378c639839bef78697f9a1ca4caddd10dc2.zip
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483822
Diffstat (limited to 'ftp/wxdfast')
-rw-r--r--ftp/wxdfast/Makefile2
1 files changed, 1 insertions, 1 deletions
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