summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2012-10-30 16:38:08 +0000
committerAndrey Grozin <grozin@gentoo.org>2012-10-30 16:38:08 +0000
commite355584b843bc5d993b85c939f65becdea9be595 (patch)
treec342e48ca5bd8eda5eaea8b08f8c1bb1ed80294e /sci-mathematics/maxima/files
parentAdd x86 keyword. (diff)
downloadhistorical-e355584b843bc5d993b85c939f65becdea9be595.tar.gz
historical-e355584b843bc5d993b85c939f65becdea9be595.tar.bz2
historical-e355584b843bc5d993b85c939f65becdea9be595.zip
Fix maxima-rmaxima.patch for cases when maxima is compiled by several lisps, some support readline, some not
Package-Manager: portage-2.2.0_alpha142/cvs/Linux i686
Diffstat (limited to 'sci-mathematics/maxima/files')
-rw-r--r--sci-mathematics/maxima/files/maxima-rmaxima.patch30
1 files changed, 18 insertions, 12 deletions
diff --git a/sci-mathematics/maxima/files/maxima-rmaxima.patch b/sci-mathematics/maxima/files/maxima-rmaxima.patch
index db8e87380591..712cbda19d45 100644
--- a/sci-mathematics/maxima/files/maxima-rmaxima.patch
+++ b/sci-mathematics/maxima/files/maxima-rmaxima.patch
@@ -1,19 +1,25 @@
---- src/Makefile.am.orig 2010-02-01 21:58:17.353941395 +1300
-+++ src/Makefile.am 2010-02-01 22:09:12.859975783 +1300
-@@ -3,8 +3,16 @@
- if WIN32
+diff -r -U2 maxima-5.28.0.orig/src/Makefile.am maxima-5.28.0/src/Makefile.am
+--- maxima-5.28.0.orig/src/Makefile.am 2012-06-15 12:21:34.000000000 +0700
++++ maxima-5.28.0/src/Makefile.am 2012-10-30 22:22:29.000000000 +0700
+@@ -4,5 +4,21 @@
bin_SCRIPTS = maxima maxima-command.ico maxima.bat set_lang.vbs
else
-+if CLISP
-+bin_SCRIPTS = maxima
++if SBCL
+ bin_SCRIPTS = maxima rmaxima
+else
-+if GCL
-+bin_SCRIPTS = maxima
++if CMUCL
++bin_SCRIPTS = maxima rmaxima
+else
- bin_SCRIPTS = maxima rmaxima
- endif
++if ECL
++bin_SCRIPTS = maxima rmaxima
++else
++if OPENMCL
++bin_SCRIPTS = maxima rmaxima
++else
++bin_SCRIPTS = maxima
++endif
+endif
+endif
++endif
+ endif
- LOADDEFSYSTEM = (load "$(top_srcdir)/lisp-utils/defsystem.lisp")
- LOADMAKEPROCLAIM = (load "$(top_srcdir)/lisp-utils/make-proclaim.lisp")