diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-09 00:04:42 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-09 00:04:42 +0000 |
commit | b552935baf94f5621cfd3a1a7603db638a5c39d8 (patch) | |
tree | 4b863870728f533382218a0f4b70b60665856237 /app-office/kword/kword-2.3.1.ebuild | |
parent | Fix license, bug #353997. (diff) | |
download | gentoo-2-b552935baf94f5621cfd3a1a7603db638a5c39d8.tar.gz gentoo-2-b552935baf94f5621cfd3a1a7603db638a5c39d8.tar.bz2 gentoo-2-b552935baf94f5621cfd3a1a7603db638a5c39d8.zip |
[app-office/kword] There are broken ebuilds for sci-libs/dcmtk floating around. Make sure they dont interfere with kword (bug 353746).
(Portage version: 2.1.9.37/cvs/Linux x86_64)
Diffstat (limited to 'app-office/kword/kword-2.3.1.ebuild')
-rw-r--r-- | app-office/kword/kword-2.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/kword/kword-2.3.1.ebuild b/app-office/kword/kword-2.3.1.ebuild index 32a6b817b89f..e91929e6195b 100644 --- a/app-office/kword/kword-2.3.1.ebuild +++ b/app-office/kword/kword-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.1.ebuild,v 1.1 2011/01/20 00:09:09 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.1.ebuild,v 1.2 2011/02/09 00:04:42 dilfridge Exp $ EAPI=3 @@ -37,6 +37,7 @@ KMLOADLIBS="koffice-libs" src_configure() { mycmakeargs=( $(cmake-utils_use_with wpd) + -DWITH_DCMTK=OFF ) kde4-meta_src_configure |