From: Sébastien Fabbro Date: Thu, 9 Jun 2016 15:51:03 +0000 (+0000) Subject: sci-astronomy/montage: workaround trailing spaces for some pkgconfig X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0766ccc20ca20bd6e356f11714de683182b21a07;p=gentoo.git sci-astronomy/montage: workaround trailing spaces for some pkgconfig Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=585466 Package-Manager: portage-2.3.0_rc1 --- diff --git a/sci-astronomy/montage/montage-4.1.ebuild b/sci-astronomy/montage/montage-4.1.ebuild index db6c721f65d3..37e120759421 100644 --- a/sci-astronomy/montage/montage-4.1.ebuild +++ b/sci-astronomy/montage/montage-4.1.ebuild @@ -42,7 +42,7 @@ src_prepare() { find . -name Makefile\* | xargs sed -i \ -e "/^CC.*=/s:\(gcc\|cc\):$(tc-getCC):g" \ -e "/^CFLAGS.*=/s:-g:${CFLAGS} $($(tc-getPKG_CONFIG) --cflags wcstools):g" \ - -e "s:-I../../lib/freetype/include:$($(tc-getPKG_CONFIG) --cflags freetype2):g" \ + -e "s:-I../../lib/freetype/include :$($(tc-getPKG_CONFIG) --cflags freetype2):g" \ -e 's:$(CC) -o:$(CC) $(LDFLAGS) -o:g' \ -e "s:-lwcs:$($(tc-getPKG_CONFIG) --libs wcstools):g" \ -e "s:-lcfitsio:$($(tc-getPKG_CONFIG) --libs cfitsio):g" \