diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-11-18 23:36:58 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-11-18 23:36:58 +0800 |
commit | 530b3a88261d0626fd0f241474d45a32f0b5b6db (patch) | |
tree | bb68f7ceae46c89a3f6f1fd3c7de3b022cf07b3c /games/corsix-th | |
parent | 9f9d74305c302cd72b24e4c0096451f6f6383ccd (diff) | |
download | freebsd-ports-gnome-530b3a88261d0626fd0f241474d45a32f0b5b6db.tar.gz freebsd-ports-gnome-530b3a88261d0626fd0f241474d45a32f0b5b6db.tar.zst freebsd-ports-gnome-530b3a88261d0626fd0f241474d45a32f0b5b6db.zip |
Fix build on FreeBSD 9.3.
Diffstat (limited to 'games/corsix-th')
-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 |