diff options
Diffstat (limited to 'sci-geosciences/gmt/gmt-4.5.6.ebuild')
-rw-r--r-- | sci-geosciences/gmt/gmt-4.5.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-geosciences/gmt/gmt-4.5.6.ebuild b/sci-geosciences/gmt/gmt-4.5.6.ebuild index d6082c5096f4..f70f40fbed23 100644 --- a/sci-geosciences/gmt/gmt-4.5.6.ebuild +++ b/sci-geosciences/gmt/gmt-4.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.6 2012/06/16 16:57:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.7 2015/07/18 20:10:44 tetromino Exp $ EAPI=4 @@ -49,7 +49,8 @@ src_prepare() { epatch \ "${FILESDIR}/${PN}-4.5.0-no-strip.patch" \ - "${FILESDIR}/${PN}-4.5.6-respect-ldflags.patch" + "${FILESDIR}/${PN}-4.5.6-respect-ldflags.patch" \ + "${FILESDIR}"/${PN}-4.5.9-unistd.h.patch eautoreconf } |