diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-10-02 09:00:01 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-10-02 09:00:01 +0200 |
commit | 35b7efda149b4239447eda88f778c0c6a39b12a1 (patch) | |
tree | 12d91ecd02c0298565b176d65b3bd7d7923f20c5 /media-libs/fontconfig | |
parent | dev-util/shadowman: prefixify the runtime paths. (diff) | |
download | gentoo-35b7efda149b4239447eda88f778c0c6a39b12a1.tar.gz gentoo-35b7efda149b4239447eda88f778c0c6a39b12a1.tar.bz2 gentoo-35b7efda149b4239447eda88f778c0c6a39b12a1.zip |
media-libs/fontconfig: add back gperf workaround for bug #631980
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.12.6.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.12.6.ebuild b/media-libs/fontconfig/fontconfig-2.12.6.ebuild index e1a756f344f5..7da223b1f2ce 100644 --- a/media-libs/fontconfig/fontconfig-2.12.6.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.6.ebuild @@ -42,14 +42,8 @@ pkg_setup() { src_prepare() { default + export GPERF=$(type -P true) # avoid dependency on gperf, #631980 eautoreconf - - # this should be ok for everyone, but for safety I only apply it to - # the platform I need this for sure - if [[ ${CHOST} == *-darwin* ]] ; then - # https://bugs.freedesktop.org/show_bug.cgi?id=101280 - rm src/fcobjshash.h src/fcobjshash.gperf - fi } multilib_src_configure() { |