Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 14:13:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347216 - head/games/gtkpool
Message-ID:  <201403061413.s26EDbRo027327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061413.s26EDbRo027327>