diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-07 02:03:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-07 02:03:27 +0800 |
commit | adf2830fecff4e9a2c90f414e93b740e98a2ad7b (patch) | |
tree | d3301dd7282f2d07a9ab2655c34cd162833e544d /games | |
parent | 9cad8126328ec7e40fe8a6c73307e7ae830b4e2a (diff) | |
download | freebsd-ports-graphics-adf2830fecff4e9a2c90f414e93b740e98a2ad7b.tar.gz freebsd-ports-graphics-adf2830fecff4e9a2c90f414e93b740e98a2ad7b.tar.zst freebsd-ports-graphics-adf2830fecff4e9a2c90f414e93b740e98a2ad7b.zip |
- Fix build on 10.x
Diffstat (limited to 'games')
-rw-r--r-- | games/kiki/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/kiki/Makefile b/games/kiki/Makefile index 11704303849..393d6b3202c 100644 --- a/games/kiki/Makefile +++ b/games/kiki/Makefile @@ -19,6 +19,7 @@ USE_GL= gl glu glut USE_SDL= sdl mixer image USE_DOS2UNIX= kodilib/linux/Makefile src/main/KikiController.cpp linux/Makefile kodilib/src/types/KVector.h src/main/KikiPythonWidget.h MAKE_ENV= PYTHON_VER=${PYTHON_VERSION:C/^python//} +USE_GCC= any # swig produces clang-incompatible code WRKSRC= ${WRKDIR}/kiki |