summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-03-09 11:19:15 +0000
committerFabian Groffen <grobian@gentoo.org>2010-03-09 11:19:15 +0000
commit0afc6cccbd85e10202c1a42b3afd9aae16695476 (patch)
treebfe585a557dd37cecce2966758a67ccd129d1840 /app-text/unrtf/unrtf-0.21.1.ebuild
parentFix building with libpng14. (diff)
downloadgentoo-2-0afc6cccbd85e10202c1a42b3afd9aae16695476.tar.gz
gentoo-2-0afc6cccbd85e10202c1a42b3afd9aae16695476.tar.bz2
gentoo-2-0afc6cccbd85e10202c1a42b3afd9aae16695476.zip
Add semi-optimal patch to solve linking issues with libiconv
(Portage version: 2.2.00.15754-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'app-text/unrtf/unrtf-0.21.1.ebuild')
-rw-r--r--app-text/unrtf/unrtf-0.21.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/unrtf/unrtf-0.21.1.ebuild b/app-text/unrtf/unrtf-0.21.1.ebuild
index 31b7910a56be..989a1c01d15a 100644
--- a/app-text/unrtf/unrtf-0.21.1.ebuild
+++ b/app-text/unrtf/unrtf-0.21.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.1.ebuild,v 1.1 2010/02/01 06:40:31 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.1.ebuild,v 1.2 2010/03/09 11:19:14 grobian Exp $
inherit eutils autotools
@@ -20,6 +20,7 @@ src_unpack() {
-e 's,/usr/local/lib/,/usr/share/,g' \
"${S}"/src/*.h || die "failed to sed"
cd "${S}"
+ epatch "${FILESDIR}"/${P}-iconv-detection.patch
eautoreconf
}