summaryrefslogtreecommitdiffstats
path: root/main/pango
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-15 09:03:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-15 09:23:55 +0000
commitb7759164464b89de22a72abdb81371eee6d7c117 (patch)
tree4ad29223b822341c5c843bc7df94a55017c26542 /main/pango
parent5384114417c4f120953ca2036c80f77fd1cdb607 (diff)
downloadaports-b7759164464b89de22a72abdb81371eee6d7c117.tar.bz2
aports-b7759164464b89de22a72abdb81371eee6d7c117.tar.xz
main/pango: rebuild so we get rid of -lGL in libtool archive
We removed mesa backed from cairo but braindead libtool still remembers is in the those *.la files. So we need to regenerate the pango .la files without -lGL - even if nothing in pango was ever linked to or related to mesa/GL. We should really get rid of this libtool damamge at some point...
Diffstat (limited to 'main/pango')
-rw-r--r--main/pango/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD
index 6708012eb..090502e09 100644
--- a/main/pango/APKBUILD
+++ b/main/pango/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pango
pkgver=1.28.4
-pkgrel=2
+pkgrel=3
pkgdesc="A library for layout and rendering of text"
url="http://www.pango.org/"
arch="all"