gdash: update to 20180129
This commit is contained in:
parent
d5dc8c5308
commit
3fe8a90594
|
@ -1,24 +0,0 @@
|
|||
--- src/main.cpp.orig 2018-01-16 15:16:49.734345298 +0100
|
||||
+++ src/main.cpp 2018-01-16 15:16:53.344330897 +0100
|
||||
@@ -35,7 +35,7 @@
|
||||
/* on windows, sdl does some hack on the main function.
|
||||
* therefore we need to include this file, even if it seems
|
||||
* to do nothing. */
|
||||
-#include <SDL/SDL.h>
|
||||
+#include <SDL2/SDL.h>
|
||||
#endif
|
||||
|
||||
#include "cave/caveset.hpp"
|
||||
--- src/sound/sound.cpp.orig 2018-01-04 08:29:26.000000000 +0100
|
||||
+++ src/sound/sound.cpp 2018-01-16 15:19:51.462620349 +0100
|
||||
@@ -23,8 +23,8 @@
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_SDL
|
||||
- #include <SDL/SDL.h>
|
||||
- #include <SDL/SDL_mixer.h>
|
||||
+ #include <SDL2/SDL.h>
|
||||
+ #include <SDL2/SDL_mixer.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gdash'
|
||||
pkgname=gdash
|
||||
version=20180126
|
||||
version=20180129
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${version}unstable
|
||||
build_style=gnu-configure
|
||||
|
@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="MIT"
|
||||
homepage="https://bitbucket.org/czirkoszoltan/gdash"
|
||||
distfiles="https://bitbucket.org/czirkoszoltan/${pkgname}/downloads/${pkgname}-${version}unstable.tar.gz"
|
||||
checksum=43873536c73276bf5f7f3aba78a4bbc8f67c2a5dfce0f1451a056bd1777deb6a
|
||||
checksum=7d4bc188d26b6cfce2c94c17dada22282a7108482c5a0f87d37f6ac6db76298e
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
# Make sure SDL_opengl.h finds GL/gl.h
|
||||
|
|
Loading…
Reference in New Issue