media-libs/fontconfig: Added missing die.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 5 Oct 2017 13:04:11 +0000 (15:04 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 5 Oct 2017 13:04:11 +0000 (15:04 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

media-libs/fontconfig/fontconfig-2.12.6.ebuild

index 900c0106073165858cb0275cb56e1a3f8b6d9753..6cfcc3f9fb4a62687343e062343b3022e6fbf0f7 100644 (file)
@@ -44,7 +44,7 @@ src_prepare() {
        default
        export GPERF=$(type -P true)  # avoid dependency on gperf, #631980
        sed -i -e 's/FC_GPERF_SIZE_T="unsigned int"/FC_GPERF_SIZE_T=size_t/' \
-               configure.ac  # rest of gperf dependency fix, #631920
+               configure.ac || die # rest of gperf dependency fix, #631920
        eautoreconf
 }