diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 16:13:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 16:13:45 +0800 |
commit | 8a41e125e6f8531623726ae07f0a1841f7e081f7 (patch) | |
tree | 3135ebba53feea40bc0a8673aad5a236e460559e /sysutils | |
parent | 3036e72bc86b0ef72c94f910da4830863668f4dc (diff) | |
download | freebsd-ports-gnome-8a41e125e6f8531623726ae07f0a1841f7e081f7.tar.gz freebsd-ports-gnome-8a41e125e6f8531623726ae07f0a1841f7e081f7.tar.zst freebsd-ports-gnome-8a41e125e6f8531623726ae07f0a1841f7e081f7.zip |
Fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/abgx360gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile index 92ddd7500bf5..c6f8c1370aca 100644 --- a/sysutils/abgx360gui/Makefile +++ b/sysutils/abgx360gui/Makefile @@ -24,6 +24,7 @@ PLIST_FILES= bin/abgx360gui \ share/pixmaps/abgx360-256.png GNU_CONFIGURE= yes +USES= compiler:c++11-lang USE_WX= 2.8 WX_COMPS= wx CONFIGURE_ARGS= --with-wx=${LOCALBASE} \ |