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() {