summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-30 12:12:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-30 12:12:16 +0000
commitf8da7312be4e1af3a100e18af3664326b50bf432 (patch)
tree8f0883a6d24057e0f34fce28b5e3e3e19a87c63c /games
parent- Update to 0.2.0 (diff)
- Fix build with gcc 4.1
PR: ports/103823 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=174172
Diffstat (limited to 'games')
-rw-r--r--games/kiki/Makefile2
-rw-r--r--games/kiki/files/patch-src-main-KikiPythonWidget.h10
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