commit: 101a5daae1227572cb8f46ae3d1c7af298bda00a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 10:45:40 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 10:52:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101a5daa
sci-geosciences/gnome-maps: do not build static library
Package-Manager: portage-2.2.26
sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
b/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
index 30fc32e..cd38ed6 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -36,3 +36,7 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
virtual/pkgconfig
"
+
+src_configure() {
+ gnome2_src_configure --disable-static
+}