svn commit: r401884 - branches/2015Q4/games/corsix-th

Guido Falsi madpilot at FreeBSD.org
Wed Nov 18 17:37:45 UTC 2015


Author: madpilot
Date: Wed Nov 18 17:37:44 2015
New Revision: 401884
URL: https://svnweb.freebsd.org/changeset/ports/401884

Log:
  MFH: r401757 r401871
  
  r401757:
  
  Disable MOVIES option by deafult due to core dumps.
  
  PR:		204482
  Submitted by:	Ben Lavery <ben.lavery at hashbang0.com>
  
  r401871:
  
  Fix build on FreeBSD 9.3.
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q4/games/corsix-th/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/games/corsix-th/Makefile
==============================================================================
--- branches/2015Q4/games/corsix-th/Makefile	Wed Nov 18 17:00:16 2015	(r401883)
+++ branches/2015Q4/games/corsix-th/Makefile	Wed Nov 18 17:37:44 2015	(r401884)
@@ -3,6 +3,7 @@
 
 PORTNAME=	corsixth
 PORTVERSION=	0.50
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	games
 
@@ -21,13 +22,14 @@ DOS2UNIX_FILES=	CMake/FindFFmpeg.cmake \
 		CorsixTH/CMakeLists.txt \
 		CorsixTH/Src/iso_fs.cpp
 CMAKE_ARGS=	-DWITH_LUAJIT=OFF
+CFLAGS+=	-I${ICONV_PREFIX}/include
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	CorsixTH
 GH_PROJECT=	CorsixTH
 
 OPTIONS_DEFINE=	MOVIES
-OPTIONS_DEFAULT=	MOVIES
+#OPTIONS_DEFAULT=	MOVIES
 MOVIES_DESC=	Play in-game movies
 
 MOVIES_CMAKE_ON=	-DWITH_MOVIES=ON


More information about the svn-ports-all mailing list