summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-10-19 08:06:03 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-10-19 08:06:03 +0000
commit98cc89a576460c5815d440902b55a385357442b3 (patch)
tree11413cbb63371e2dff5030961e346f4a50a40fe2 /media-libs/harfbuzz
parentVersion bump (diff)
downloadgentoo-2-98cc89a576460c5815d440902b55a385357442b3.tar.gz
gentoo-2-98cc89a576460c5815d440902b55a385357442b3.tar.bz2
gentoo-2-98cc89a576460c5815d440902b55a385357442b3.zip
Fix graphite detection, pc file is graphite2.
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r--media-libs/harfbuzz/ChangeLog6
-rw-r--r--media-libs/harfbuzz/files/harfbuzz-automagicness.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog
index 376399b450db..f524715adeb9 100644
--- a/media-libs/harfbuzz/ChangeLog
+++ b/media-libs/harfbuzz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/harfbuzz
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.7 2011/10/06 14:48:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.8 2011/10/19 08:06:02 scarabeus Exp $
+
+ 19 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ files/harfbuzz-automagicness.patch:
+ Fix graphite detection, pc file is graphite2.
06 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> harfbuzz-9999.ebuild:
Add missing gtk-doc-am dependency. Fixes bug #385853
diff --git a/media-libs/harfbuzz/files/harfbuzz-automagicness.patch b/media-libs/harfbuzz/files/harfbuzz-automagicness.patch
index 3444e6a583c9..bebbb7142557 100644
--- a/media-libs/harfbuzz/files/harfbuzz-automagicness.patch
+++ b/media-libs/harfbuzz/files/harfbuzz-automagicness.patch
@@ -264,7 +264,7 @@ index 856fb98..98e0670 100644
+ [AS_HELP_STRING([--without-graphite], [Build with graphite2 library])]
+)
+AS_IF([test "x$with_graphite" != "xno"], [
-+ PKG_CHECK_MODULES(GRAPHITE, graphite, have_graphite=yes, have_graphite=no)
++ PKG_CHECK_MODULES(GRAPHITE, graphite2, have_graphite=yes, have_graphite=no)
+], [
+ have_graphite=no
+])