This commit implements a bad hack that overrides the build system's
determination that headers should be installed as symlinks by sed'ing a
buildsystem-generated file after configure completes. It's not ideal
but it will allow the package to be unmasked.
Package-Manager: portage-2.3.3
$(use_enable jit ion) \
$(use_enable static-libs static) \
$(use_enable test tests)
+
+ # An unfortunate hack to undo header install symlinking, but
+ # necessary until the function that generates this file can be
+ # determined and fixed
+ sed -i -e 's/^1/2/' \
+ "${BUILDDIR}"/_build_manifests/install/dist_include || die
}
cross_make() {
#--- END OF EXAMPLES ---
-# Ian Stakenvicius <axs@gentoo.org> (28 Feb 2017)
-# Installs symlinks to ${S} instead of copies of files,
-# will unmask once fixed
-dev-lang/spidermonkey:45
-
# Matt Turner <mattst88@gentoo.org> (26 Feb 2017)
# Integrated into xorg-server since 1.17. Removal in 30 days.
# Bug #611058