summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-08-16 14:51:09 +0200
committerRomain Perier <mrpouet@gentoo.org>2009-08-16 14:51:09 +0200
commit4852cc85bcd491b30717639dd94c9f52fc74f5c6 (patch)
tree369828b12a6b447bdd134e32fd08844cb14464a0 /x11-libs/pango
parentFix manifest, bug #281587 (diff)
downloadgnome-4852cc85bcd491b30717639dd94c9f52fc74f5c6.tar.gz
gnome-4852cc85bcd491b30717639dd94c9f52fc74f5c6.tar.bz2
gnome-4852cc85bcd491b30717639dd94c9f52fc74f5c6.zip
x11-libs/pango: Fix compilation error "HOST undeclared" in
pango/modules.c, The problem was due to undefined "HOST" macroconstant in pango/Makefile.in (-DHOST), because this Makefile.in was patched and then eautoreconf was called. eautoreconf call wasn't necessary because sed expression can only patch docs/Makefile.in.
Diffstat (limited to 'x11-libs/pango')
-rw-r--r--x11-libs/pango/Manifest2
-rw-r--r--x11-libs/pango/pango-1.25.3.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index 021af6f7..7714d552 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,3 +1,3 @@
AUX pango-1.2.5-lib64.patch 1117 RMD160 3bab94ba930665dd8d4159f77ac8409d16340f02 SHA1 c7e9b0dc73110910dd75d6afbaa0df8cdbfb44be SHA256 a6a58d965fef42e5d4820d8292a4c7cde4aff3cfddaf184499d3bdae78a3f3db
DIST pango-1.25.3.tar.bz2 1524694 RMD160 5c7f5b0b5a3226ed0d559c003d58c9635aea0989 SHA1 f7b64e11db91357cd678eb979f8a589d8f3c6a7f SHA256 fecee1968660f7ee94d04ef1d85a52d73949fc2ac46166002a722a29683a87c3
-EBUILD pango-1.25.3.ebuild 1917 RMD160 a84774d97ff81fee0d27ac2125ece33dbf69b0bf SHA1 33de739ea58f235ad5f0ddaa920a723f2ad7ab5d SHA256 bdf6dd918e5b7a851e67f578ced276893768027174124aa1645675112040b899
+EBUILD pango-1.25.3.ebuild 1876 RMD160 b38375eb7a004e03b5071adf2b48623f1d16aa75 SHA1 d756f321fabfb9f88ced01289b6c7bf4fae61b97 SHA256 cd7beca81a9b241d1e669f57b6694fdc8c0eaa17b684d7d4d83b83032f4d1b77
diff --git a/x11-libs/pango/pango-1.25.3.ebuild b/x11-libs/pango/pango-1.25.3.ebuild
index fa39c0a8..4e7b995e 100644
--- a/x11-libs/pango/pango-1.25.3.ebuild
+++ b/x11-libs/pango/pango-1.25.3.ebuild
@@ -4,7 +4,7 @@
EAPI="2"
-inherit autotools eutils gnome2 multilib
+inherit eutils gnome2 multilib
DESCRIPTION="Text rendering and layout library"
HOMEPAGE="http://www.pango.org/"
@@ -55,9 +55,7 @@ src_prepare() {
# gtk-doc checks do not pass, upstream bug #578944
sed 's:TESTS = check.docs: TESTS = :g'\
- -i docs/Makefile.am docs/Makefile.in || die "sed failed"
-
- eautoreconf
+ -i docs/Makefile.in || die "sed failed"
}
pkg_postinst() {