hugor: convert live ebuild to also handle releases, copy to 0.9, remove 0.8
[gentoo-interactive-fiction.git] / dev-games / xglk / files / xglk-0.4.11-64bit.patch
blobe4f3c2c4bcbaa976c968b9080d8fc3b6c54994b8
1 Source: dleverton
2 Upstream: patches third-party patch, not upstream tarball
3 Reason: disable 64bit-unclean debugging code
5 --- xglk/xg_schan.c~ 2007-07-27 13:11:40.000000000 +0100
6 +++ xglk/xg_schan.c 2007-07-27 13:16:47.000000000 +0100
7 @@ -13,7 +13,7 @@
9 #ifdef GLK_MODULE_SOUND
11 -#define DEBUG_MODULE_SOUND 1
12 +#define DEBUG_MODULE_SOUND 0
14 #include "gi_blorb.h"