svn commit: r501093 - head/games/tecnoballz

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 9 13:25:54 UTC 2019


Author: pkubaj
Date: Thu May  9 13:25:53 2019
New Revision: 501093
URL: https://svnweb.freebsd.org/changeset/ports/501093

Log:
  games/tecnoballz: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix build:
  configure: error: tinyxml library is not present in your system
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/tecnoballz/Makefile

Modified: head/games/tecnoballz/Makefile
==============================================================================
--- head/games/tecnoballz/Makefile	Thu May  9 12:51:27 2019	(r501092)
+++ head/games/tecnoballz/Makefile	Thu May  9 13:25:53 2019	(r501093)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libmikmod.so:audio/libmikmod \
 		libsmpeg.so:multimedia/smpeg \
 		libtinyxml.so:textproc/tinyxml
 
-USES=		autoreconf gmake tar:tgz
+USES=		autoreconf compiler:c++11-lang gmake tar:tgz
 USE_SDL=	sdl mixer image
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list