svn commit: r401871 - head/games/corsix-th

Guido Falsi madpilot at FreeBSD.org
Wed Nov 18 15:37:00 UTC 2015


Author: madpilot
Date: Wed Nov 18 15:36:58 2015
New Revision: 401871
URL: https://svnweb.freebsd.org/changeset/ports/401871

Log:
  Fix build on FreeBSD 9.3.

Modified:
  head/games/corsix-th/Makefile

Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile	Wed Nov 18 14:43:20 2015	(r401870)
+++ head/games/corsix-th/Makefile	Wed Nov 18 15:36:58 2015	(r401871)
@@ -22,6 +22,7 @@ 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


More information about the svn-ports-all mailing list