svn commit: r347216 - head/games/gtkpool

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 6 14:13:37 UTC 2014


Author: amdmi3
Date: Thu Mar  6 14:13:36 2014
New Revision: 347216
URL: http://svnweb.freebsd.org/changeset/ports/347216
QAT: https://qat.redports.org/buildarchive/r347216/

Log:
  - Fix build on 10.x

Modified:
  head/games/gtkpool/Makefile

Modified: head/games/gtkpool/Makefile
==============================================================================
--- head/games/gtkpool/Makefile	Thu Mar  6 14:13:20 2014	(r347215)
+++ head/games/gtkpool/Makefile	Thu Mar  6 14:13:36 2014	(r347216)
@@ -17,6 +17,7 @@ USE_PERL5=	build
 USE_AUTOTOOLS=	aclocal automake autoheader autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
+USE_GCC=	any
 
 post-patch:
 .for file in application.cpp options.cpp


More information about the svn-ports-all mailing list