Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clisp: fix elisp audit error
Closes #5015.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Sep 20, 2016
1 parent 37f8c5f commit 5c31c36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/clisp.rb
Expand Up @@ -35,6 +35,10 @@ def install
# set it in CFLAGS won't work.
ENV["CC"] = "#{ENV.cc} -m#{MacOS.prefer_64_bit? ? 64 : 32}"

# Work around "configure: error: unrecognized option: `--elispdir"
# Upstream issue 16 Aug 2016 https://sourceforge.net/p/clisp/bugs/680/
inreplace "src/makemake.in", "${datarootdir}/emacs/site-lisp", elisp

system "./configure", "--prefix=#{prefix}",
"--with-readline=yes"

Expand Down

0 comments on commit 5c31c36

Please sign in to comment.