diff options
author | Ryan Hill <rhill@gentoo.org> | 2015-09-18 19:53:16 -0600 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2015-10-12 17:22:18 -0600 |
commit | 590cfd77349020fe506ac17520b6eae5d9b17e80 (patch) | |
tree | 0ff446e3d495899aa194d3b7136cada610a2ef19 /dev-scheme/guile/files | |
parent | dev-scheme/guile: Fix breakage with GCC 5 (bug #560736) (diff) | |
download | gentoo-590cfd77349020fe506ac17520b6eae5d9b17e80.tar.gz gentoo-590cfd77349020fe506ac17520b6eae5d9b17e80.tar.bz2 gentoo-590cfd77349020fe506ac17520b6eae5d9b17e80.zip |
dev-scheme/guile: Use emake install (bug #521546).
A sandbox violation was preventing us from using emake install rather
than einstall.
Gentoo-Bug: https://bugs.gentoo.org/521546
Diffstat (limited to 'dev-scheme/guile/files')
-rw-r--r-- | dev-scheme/guile/files/guile-1.8.8-sandbox.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-scheme/guile/files/guile-1.8.8-sandbox.patch b/dev-scheme/guile/files/guile-1.8.8-sandbox.patch new file mode 100644 index 000000000000..70d752fdae97 --- /dev/null +++ b/dev-scheme/guile/files/guile-1.8.8-sandbox.patch @@ -0,0 +1,15 @@ +Prevent sandbox violation when installing + +https://bugs.gentoo.org/521546 + +--- a/guile-config/Makefile.am ++++ b/guile-config/Makefile.am +@@ -39,8 +39,3 @@ guile-config: guile-config.in ${top_builddir}/libguile/libpath.h + -e s:@-GUILE_VERSION-@:${GUILE_VERSION}: + chmod +x guile-config.tmp + mv guile-config.tmp guile-config +- +-## Get rid of any copies of the configuration script under the old +-## name, so people don't end up running ancient copies of it. +-install-exec-local: +- rm -f ${bindir}/build-guile |