diff options
Diffstat (limited to 'sci-geosciences/gnome-maps')
-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 +} |