Browse Source

Fix bug with some combinations of CFLAGS

master
Michael Uleysky 6 years ago
parent
commit
2b2cec6357
  1. 2
      sci-geosciences/gmt/gmt-4.5.18-r1.ebuild

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

Loading…
Cancel
Save