summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emacs/emacs-22.1-r3.ebuild')
-rw-r--r--app-editors/emacs/emacs-22.1-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-22.1-r3.ebuild b/app-editors/emacs/emacs-22.1-r3.ebuild
index c8cb985..63a0479 100644
--- a/app-editors/emacs/emacs-22.1-r3.ebuild
+++ b/app-editors/emacs/emacs-22.1-r3.ebuild
@@ -81,7 +81,6 @@ src_unpack() {
}
src_compile() {
- export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
ALLOWED_FLAGS=""
strip-flags
unset LDFLAGS
@@ -144,6 +143,8 @@ src_compile() {
--without-carbon \
${myconf} || die "econf emacs failed"
+ export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
+
emake CC="$(tc-getCC)" $(useq xembed && echo bootstrap) \
|| die "emake failed"