sci-geosciences/gnome-maps: do not build static library

Package-Manager: portage-2.2.26
This commit is contained in:
Gilles Dartiguelongue
2016-01-02 11:45:40 +01:00
parent 7c862e14a3
commit 101a5daae1

View File

@@ -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
}