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/files/patch-src-main-KikiPythonWidget.h | |
| 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/kiki/files/patch-src-main-KikiPythonWidget.h')
| -rw-r--r-- | games/kiki/files/patch-src-main-KikiPythonWidget.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
