aboutsummaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2014-09-07 14:21:36 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2014-09-07 14:21:36 +0300
commit00bed085e66d959ce25d433845320d511f2377d2 (patch)
treeb111a5bc216f7a036937e8d2f6481b30e7f2a0f2 /dev-libs
parent499a06c2e15a805cc699f8216f42767e84d121d2 (diff)
downloadprofanity-00bed085e66d959ce25d433845320d511f2377d2.tar.gz
profanity-00bed085e66d959ce25d433845320d511f2377d2.tar.xz
dev-libs/libstrophe-9999: removed patches
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libstrophe/libstrophe-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libstrophe/libstrophe-9999.ebuild b/dev-libs/libstrophe/libstrophe-9999.ebuild
index 464d055..c0deb29 100644
--- a/dev-libs/libstrophe/libstrophe-9999.ebuild
+++ b/dev-libs/libstrophe/libstrophe-9999.ebuild
@@ -25,13 +25,13 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P/-/_}"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-automake-foreign.patch
- epatch "${FILESDIR}"/${PN}-fix-build-libxml2.patch
eautoreconf
}
src_configure() {
- econf $(use_with xml libxml2)
+ use xml && econf $(use_with xml libxml2)
+ # workaround for building with expat support
+ use xml || econf
}
src_compile() {