mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/gnash: rebuild against boost-1.50.0
This commit is contained in:
parent
a572c62a44
commit
a74cf1653c
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user