diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 11:45:40 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 11:52:29 +0100 |
commit | 101a5daae1227572cb8f46ae3d1c7af298bda00a (patch) | |
tree | a835183281d30ece858048de375f30e5fdb452e6 | |
parent | gnome-extra/gnome-calculator: do not build static library (diff) | |
download | gentoo-101a5daae1227572cb8f46ae3d1c7af298bda00a.tar.gz gentoo-101a5daae1227572cb8f46ae3d1c7af298bda00a.tar.bz2 gentoo-101a5daae1227572cb8f46ae3d1c7af298bda00a.zip |
sci-geosciences/gnome-maps: do not build static library
Package-Manager: portage-2.2.26
-rw-r--r-- | sci-geosciences/gnome-maps/gnome-maps-3.18.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 30fc32ef09a3..cd38ed611d49 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 +} |