summaryrefslogtreecommitdiffstats
path: root/testing/gnash
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-19 15:07:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-19 15:07:06 +0000
commita74cf1653cf9151d19b50ffdd5dd22f50cbc13b7 (patch)
tree94a1a8341f3e4b64f89d8c850719e71651967153 /testing/gnash
parenta572c62a441a07b8ba3c9d81b17983d484a816f0 (diff)
downloadaports-a74cf1653cf9151d19b50ffdd5dd22f50cbc13b7.tar.bz2
aports-a74cf1653cf9151d19b50ffdd5dd22f50cbc13b7.tar.xz
testing/gnash: rebuild against boost-1.50.0
Diffstat (limited to 'testing/gnash')
-rw-r--r--testing/gnash/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/gnash/APKBUILD b/testing/gnash/APKBUILD
index 432bbd652..fee29705b 100644
--- a/testing/gnash/APKBUILD
+++ b/testing/gnash/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnash
pkgver=0.8.10
-pkgrel=2
+pkgrel=3
pkgdesc="GNU flash player implementation"
url="http://www.gnashdev.org/"
arch="all"
@@ -29,6 +29,8 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+ # append system-mt to avoid underlinking
+ sed -i -e 's/^[[:space:]]\+boost_libs="\(.*\)"/boost_libs="\1 system-mt"/' configure
}
build() {