blob: c4803985d262f1adfc913a05910ba91323e7c7ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|