11 lines
552 B
Text
11 lines
552 B
Text
--- build/pkgs/maxima/spkg-install-orig 2014-12-06 21:53:38.000000000 +0000
|
|
+++ build/pkgs/maxima/spkg-install 2014-12-06 21:54:40.000000000 +0000
|
|
@@ -51,6 +51,8 @@
|
|
./configure --prefix="$SAGE_LOCAL" --libdir="$SAGE_LOCAL/lib" --enable-ecl git_found=false
|
|
check_error "Failed to configure Maxima."
|
|
|
|
+# Remove extraneous spaces created in some of the flags passed to cc
|
|
+sed -i.bak 's/" /"/' src/autoconf-variables.lisp
|
|
|
|
# Touching html and info files to avoid to regenerate them.
|
|
# This must be done after configuration since the timestamps need
|