summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-08-13 11:18:48 +0300
committerChristoph Gysin2016-08-13 11:18:50 +0300
commit1f3e5b98ca20dc01a1cf904b13bec248790fd0eb (patch)
tree2f83325a17ee81faf788a6d25ce18a27c1bcbe53
parent143665ce77d8272e7327462e59e9d87626a8e740 (diff)
downloadaur-1f3e5b98ca20dc01a1cf904b13bec248790fd0eb.tar.gz
remove patch to build against newer boost
This has been applied upstream: http://git.savannah.gnu.org/cgit/gnash.git/commit/?id=1bdf822f69297f1053a0ba8afbdab93866edeffb
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 307fdf685a7c..b7fa938d461b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=gnash-git
_gitname=gnash
-pkgver=0.8.11.r22358.g9229f6f
-pkgrel=2
+pkgver=0.8.11.r22377.g2b3bded
+pkgrel=1
pkgdesc="The GNU SWF Player based on GameSWF - git development version"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gnash/"
@@ -50,9 +50,6 @@ build() {
patch -Np1 -i "${srcdir}/jemalloc_gnash.patch"
sed -i 's#${JEMALLOC_CONFIG} --cxxflags#${JEMALLOC_CONFIG} --cflags#g' configure
- # https://savannah.gnu.org/bugs/?46148
- patch -Np1 -i "${srcdir}/build_on_new_boost.patch"
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \