diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 12:12:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 12:12:16 +0000 |
commit | f8da7312be4e1af3a100e18af3664326b50bf432 (patch) | |
tree | 8f0883a6d24057e0f34fce28b5e3e3e19a87c63c /games/kiki | |
parent | 453f2b0ab0a113ba39369655f3571760430d7fc1 (diff) |
Notes
Diffstat (limited to 'games/kiki')
-rw-r--r-- | games/kiki/Makefile | 2 | ||||
-rw-r--r-- | games/kiki/files/patch-src-main-KikiPythonWidget.h | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/games/kiki/Makefile b/games/kiki/Makefile index d8af4a96e6c8..53ca29562dd1 100644 --- a/games/kiki/Makefile +++ b/games/kiki/Makefile @@ -23,7 +23,7 @@ USE_PYTHON= 2.3 USE_GMAKE= yes USE_GL= yes USE_SDL= sdl mixer image -USE_DOS2UNIX= kodilib/linux/Makefile src/main/KikiController.cpp linux/Makefile kodilib/src/types/KVector.h +USE_DOS2UNIX= kodilib/linux/Makefile src/main/KikiController.cpp linux/Makefile kodilib/src/types/KVector.h src/main/KikiPythonWidget.h USE_GCC= 3.4+ MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" diff --git a/games/kiki/files/patch-src-main-KikiPythonWidget.h b/games/kiki/files/patch-src-main-KikiPythonWidget.h new file mode 100644 index 000000000000..9266efa06eea --- /dev/null +++ b/games/kiki/files/patch-src-main-KikiPythonWidget.h @@ -0,0 +1,10 @@ +--- src/main/KikiPythonWidget.h.orig Wed Apr 9 06:58:18 2003 ++++ src/main/KikiPythonWidget.h Sat Sep 30 00:08:07 2006 +@@ -7,6 +7,7 @@ + #define __KikiPythonWidget + + #include "KikiPos.h" ++#include "KikiPython.h" + #include <KTextField.h> + + class KikiPythonWidget : public KTextField |