diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 17:06:04 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 17:06:04 +0000 |
commit | ce95a4a00ba363cc00f0844baf89df92d9b7eef0 (patch) | |
tree | f8fd710a976ced8e46a54fb15d028b2bccbb1179 /kde-base/superkaramba/superkaramba-4.0.1.ebuild | |
parent | changelog entry would be nice (diff) | |
download | gentoo-2-ce95a4a00ba363cc00f0844baf89df92d9b7eef0.tar.gz gentoo-2-ce95a4a00ba363cc00f0844baf89df92d9b7eef0.tar.bz2 gentoo-2-ce95a4a00ba363cc00f0844baf89df92d9b7eef0.zip |
Fix compilation with LDFLAGS="-Wl,--as-needed", thanks to Steffen Hau in bug 209274.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/superkaramba/superkaramba-4.0.1.ebuild')
-rw-r--r-- | kde-base/superkaramba/superkaramba-4.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-base/superkaramba/superkaramba-4.0.1.ebuild b/kde-base/superkaramba/superkaramba-4.0.1.ebuild index 6dd3238e4979..f8e6618be73f 100644 --- a/kde-base/superkaramba/superkaramba-4.0.1.ebuild +++ b/kde-base/superkaramba/superkaramba-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild,v 1.2 2008/02/15 20:00:43 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.0.1.ebuild,v 1.3 2008/02/18 17:06:03 ingmar Exp $ EAPI="1" @@ -18,6 +18,8 @@ COMMONDEPEND="kde-base/qimageblitz DEPEND="${DEPEND} ${COMMONDEPEND}" RDEPEND="${RDEPEND} ${COMMONDEPEND}" +PATCHES="${FILESDIR}/${P}-as-needed.patch" + src_compile() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with python PythonLibs)" |