svn commit: r483236 - head/sysutils/abgx360gui

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 08:13:46 UTC 2018


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} \


More information about the svn-ports-all mailing list