Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2019 13:25:53 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501093 - head/games/tecnoballz
Message-ID:  <201905091325.x49DPrbe011013@repo.freebsd.org>

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



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