Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2019 11:36:04 +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: r508439 - head/games/minetest
Message-ID:  <201908091136.x79Ba4Zq023764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Aug  9 11:36:04 2019
New Revision: 508439
URL: https://svnweb.freebsd.org/changeset/ports/508439

Log:
  games/minetest: fix build with GCC-based architectures
  
  New GCC is needed:
    Insufficient gcc version, found 4.2.1.  Version 4.9 or higher is required.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/minetest/Makefile

Modified: head/games/minetest/Makefile
==============================================================================
--- head/games/minetest/Makefile	Fri Aug  9 11:26:18 2019	(r508438)
+++ head/games/minetest/Makefile	Fri Aug  9 11:36:04 2019	(r508439)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 USE_GITHUB=	yes
 GH_ACCOUNT=	minetest
 
-USES=		cmake iconv:wchar_t
+USES=		cmake compiler:c11 iconv:wchar_t
 LLD_UNSAFE=	yes
 CMAKE_ARGS=	-DCUSTOM_MANDIR="${PREFIX}/man" \
 		-DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc"



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