diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-11-18 15:36:58 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-11-18 15:36:58 +0000 |
commit | 5705ec1a41093a5e825b682c761fe301dc383eab (patch) | |
tree | bb68f7ceae46c89a3f6f1fd3c7de3b022cf07b3c /games | |
parent | 2e12c1772d27c9989044aa99cf7fae0c8eb2fa50 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/corsix-th/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 91f36f5f0e18..fd4b40a86df1 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -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 |