mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
12 lines
552 B
Plaintext
12 lines
552 B
Plaintext
--- 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
|