summaryrefslogtreecommitdiff
path: root/zsnes/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2008-12-29 22:30:04 +1100
committerDanny Rawlins <monster.romster@gmail.com>2008-12-29 22:31:47 +1100
commit9ecb8eb8ea2621380b955bf5b7c62cac91c12fd1 (patch)
tree5c08980729492e6d326d3b6f5c5aed1f3036294e /zsnes/Pkgfile
parent1c8c880e5d7e26890ff83ee7204f6cc8bb0aa5c4 (diff)
downloadcontrib-9ecb8eb8ea2621380b955bf5b7c62cac91c12fd1.tar.gz
contrib-9ecb8eb8ea2621380b955bf5b7c62cac91c12fd1.tar.xz
zsnes: fix for gcc43 (thanks Markus Heinz)
Diffstat (limited to 'zsnes/Pkgfile')
-rw-r--r--zsnes/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsnes/Pkgfile b/zsnes/Pkgfile
index 072b099dd..7e0670359 100644
--- a/zsnes/Pkgfile
+++ b/zsnes/Pkgfile
@@ -7,10 +7,12 @@
name=zsnes
version=1.51
release=2
-source=(http://dl.sourceforge.net/zsnes/zsnes${version/./}src.tar.bz2)
+source=(http://dl.sourceforge.net/zsnes/zsnes${version/./}src.tar.bz2
+ zsnes-1.51-gcc43.patch)
build() {
cd zsnes_${version/./_}/src
+ patch -d ../ -p 1 -i $SRC/zsnes-1.51-gcc43.patch
./configure --prefix=/usr
make
install -D -m 0755 zsnes $PKG/usr/bin/zsnes
@@ -21,4 +23,3 @@ build() {
install -D -m 0644 icons/48x48x32.png $PKG/usr/share/icons/hicolor/48x48/apps/zsnes.png
install -D -m 0644 icons/64x64x32.png $PKG/usr/share/icons/hicolor/64x64/apps/zsnes.png
}
-

Generated by cgit