summaryrefslogtreecommitdiff
path: root/extra/cogl
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/cogl
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/cogl')
-rw-r--r--extra/cogl/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/cogl/PKGBUILD b/extra/cogl/PKGBUILD
index 7a7a29698..39f90d60c 100644
--- a/extra/cogl/PKGBUILD
+++ b/extra/cogl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 183342 2013-04-21 22:08:43Z heftig $
+# $Id: PKGBUILD 186660 2013-05-30 12:23:15Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=cogl
pkgver=1.14.0
-pkgrel=2
+pkgrel=3
pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
arch=(mips64el)
url="http://www.clutter-project.org/"
@@ -18,6 +18,10 @@ build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--enable-wayland-egl-{platform,server} --enable-gles{1,2}
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}