diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-04-16 12:45:30 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-04-16 12:45:30 +0000 |
commit | fead3c7ecff1d827cbc85fd5a8816064aec754f7 (patch) | |
tree | 229a908cff70c5ceb0605ca4cc8fc78be86ffff3 /math/sage/files | |
parent | bye lua@ (diff) |
- Update to 6.6.
Notes
Notes:
svn path=/head/; revision=384107
Diffstat (limited to 'math/sage/files')
-rw-r--r-- | math/sage/files/patch-build_pkgs_eclib_spkg-install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/sage/files/patch-build_pkgs_eclib_spkg-install b/math/sage/files/patch-build_pkgs_eclib_spkg-install new file mode 100644 index 000000000000..dae4c2e18a98 --- /dev/null +++ b/math/sage/files/patch-build_pkgs_eclib_spkg-install @@ -0,0 +1,12 @@ +--- build/pkgs/eclib/spkg-install-orig 2015-04-15 23:32:22.643814000 +0000 ++++ build/pkgs/eclib/spkg-install 2015-04-15 23:33:02.634085000 +0000 +@@ -60,6 +60,9 @@ + + echo + echo "Now configuring eclib..." ++aclocal ++automake --add-missing ++autoconf + ./configure --prefix="$SAGE_LOCAL" \ + --with-ntl="$SAGE_LOCAL" \ + --with-pari="$SAGE_LOCAL" \ |