[Lunar-commits] <moonbase-other> SDL: Adding a patch to fix a make failure on xdata32.
stumbles
stumbles at lunar-linux.org
Sun Aug 18 00:05:07 CEST 2013
commit 1eceae0ec794b47c7ef258e5f09a72a36e2d2d9f
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 17 Aug 2013 15:04:31 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1eceae0ec794b47c7ef258e5f09a72a36e2d2d9f
SDL: Adding a patch to fix a make failure on xdata32.
Ref: https://bugs.gentoo.org/show_bug.cgi?id=471300
---
graphics/SDL/BUILD | +5/-0
graphics/SDL/DETAILS | +4/-1
2 files changed, 9 insertions(+), 1 deletion(-)
--- /dev/null
+++ b/graphics/SDL/BUILD
@@ -0,0 +1,5 @@
+
+ patch_it $SOURCE2 1 &&
+
+ sh autogen.sh &&
+ default_build
--- a/graphics/SDL/DETAILS
+++ b/graphics/SDL/DETAILS
@@ -1,11 +1,14 @@
MODULE=SDL
VERSION=1.2.15
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=SDL-xdata32.patch
SOURCE_URL=http://www.libsdl.org/release
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:0c5f193ced810b0d7ce3ab06d808cbb5eef03a2c
+ SOURCE2_VFY=sha1:e9901122bccbf77f860cbff505a4e0a3952ad42f
WEB_SITE=http://www.libsdl.org
ENTERED=20010922
- UPDATED=20120122
+ UPDATED=20130817
SHORT="A portable game library for low-level access to hardware"
cat << EOF
More information about the Lunar-commits
mailing list