mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
icebreaker 1.9.7 new recipe (#633)
This commit is contained in:
19
games-puzzle/icebreaker/patches/icebreaker-1.9.7.patch
Normal file
19
games-puzzle/icebreaker/patches/icebreaker-1.9.7.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
--- icebreaker-1.9.7/icebreaker.h.org 2016-06-12 07:50:07.712245248 +0200
|
||||
+++ icebreaker-1.9.7/icebreaker.h 2016-06-12 07:49:31.050331648 +0200
|
||||
@@ -64,6 +64,16 @@
|
||||
// HISCOREPREFIX and DATAPREFIX should probably be ".". Set in Makefile.w32
|
||||
#endif
|
||||
|
||||
+#ifdef __HAIKU__
|
||||
+
|
||||
+ #define NEEDCHANGETOARGV0PATH
|
||||
+
|
||||
+ #ifndef OPTIONFILE
|
||||
+ #define OPTIONFILE "config/settings/icebreaker.cfg"
|
||||
+ #endif
|
||||
+
|
||||
+ // HISCOREPREFIX and DATAPREFIX should probably be ".". Set in Makefile.beos
|
||||
+#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
|
||||
Reference in New Issue
Block a user