diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:24 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:24 +0200 |
commit | 433652987873bb7e1bb654dcbfeaa9225d9fbe5a (patch) | |
tree | 7260a2ab50dac4b2b18d80235130e32cc82556ae /games/koules/patches/compile_fix.diff | |
parent | ded2ffc51a4b5e5d54d17b05b8cde862c8951c6b (diff) | |
download | slackbuilds-433652987873bb7e1bb654dcbfeaa9225d9fbe5a.tar.gz |
games/koules: Added to 12.2 repository
Diffstat (limited to 'games/koules/patches/compile_fix.diff')
-rw-r--r-- | games/koules/patches/compile_fix.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/koules/patches/compile_fix.diff b/games/koules/patches/compile_fix.diff new file mode 100644 index 0000000000..1b04d634b7 --- /dev/null +++ b/games/koules/patches/compile_fix.diff @@ -0,0 +1,16 @@ +diff -Naur koules1.4/xlib/init.c koules1.4.patched/xlib/init.c +--- koules1.4/xlib/init.c 1998-03-05 12:03:01.000000000 -0500 ++++ koules1.4.patched/xlib/init.c 2009-04-15 06:12:07.000000000 -0400 +@@ -88,11 +88,11 @@ + return (pixmap); + } + ++static int bpp; + #ifdef MITSHM + extern int XShmQueryExtension (Display * dpy); + static int haderror; + static int (*origerrorhandler) (Display *, XErrorEvent *); +-static int bpp; + + + static int |