diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-15 09:03:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-15 09:23:55 +0000 |
commit | b7759164464b89de22a72abdb81371eee6d7c117 (patch) | |
tree | 4ad29223b822341c5c843bc7df94a55017c26542 /main/pango | |
parent | 5384114417c4f120953ca2036c80f77fd1cdb607 (diff) | |
download | aports-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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD index 6708012eb3..090502e095 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" |