Date: Sun, 28 Oct 2018 08:13:45 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483236 - head/sysutils/abgx360gui Message-ID: <201810280813.w9S8Dj3r093529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 08:13:45 2018 New Revision: 483236 URL: https://svnweb.freebsd.org/changeset/ports/483236 Log: Fix build on gcc-based archs. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/abgx360gui/Makefile Modified: head/sysutils/abgx360gui/Makefile ============================================================================== --- head/sysutils/abgx360gui/Makefile Sun Oct 28 08:07:37 2018 (r483235) +++ head/sysutils/abgx360gui/Makefile Sun Oct 28 08:13:45 2018 (r483236) @@ -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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280813.w9S8Dj3r093529>