From 2b2cec635702a3359c8a0aaf429f08986509f6fb Mon Sep 17 00:00:00 2001 From: Michael Uleysky Date: Mon, 10 Dec 2018 18:37:08 +1000 Subject: [PATCH] Fix bug with some combinations of CFLAGS --- sci-geosciences/gmt/gmt-4.5.18-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-geosciences/gmt/gmt-4.5.18-r1.ebuild b/sci-geosciences/gmt/gmt-4.5.18-r1.ebuild index 086f864..bcabffa 100644 --- a/sci-geosciences/gmt/gmt-4.5.18-r1.ebuild +++ b/sci-geosciences/gmt/gmt-4.5.18-r1.ebuild @@ -35,6 +35,7 @@ PATCHES=( ) src_configure() { + eautoconf local myconf=( --datadir=/usr/share/${P} --includedir=/usr/include/${P} @@ -53,6 +54,7 @@ src_configure() { $(use_with gshhg gshhg-dir /usr/share/gshhg) ) econf "${myconf[@]}" + echo $CFLAGS } src_compile() {