summaryrefslogtreecommitdiff
path: root/extra/clutter
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-31 12:35:56 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-31 12:35:56 +0200
commit0dc1411695376442c13f473499a876f085074d75 (patch)
tree1ce41a87f86a15e6a72ae9e9198a05c755e293f0 /extra/clutter
parente6e5e22dc82259030c1c26dc78bb4e761861abfc (diff)
parent94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/acpid/PKGBUILD core/btrfs-progs/PKGBUILD extra/calligra/PKGBUILD extra/libxcursor/PKGBUILD extra/xine-lib/PKGBUILD
Diffstat (limited to 'extra/clutter')
-rw-r--r--extra/clutter/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/clutter/PKGBUILD b/extra/clutter/PKGBUILD
index 121c4688c..2433a321b 100644
--- a/extra/clutter/PKGBUILD
+++ b/extra/clutter/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 185561 2013-05-15 07:16:35Z heftig $
+# $Id: PKGBUILD 186662 2013-05-30 12:24:29Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=clutter
pkgver=1.14.4
-pkgrel=1
+pkgrel=2
pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
arch=('i686' 'x86_64' 'mips64el')
url="http://clutter-project.org/"
@@ -20,6 +20,10 @@ build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --enable-introspection \
--enable-wayland-{backend,compositor} --enable-egl-backend --enable-evdev-input
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}