You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/maxima/files/rmaxima-0.patch

26 lines
552 B

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 SBCL
bin_SCRIPTS = maxima rmaxima
+else
+if CMUCL
+bin_SCRIPTS = maxima rmaxima
+else
+if ECL
+bin_SCRIPTS = maxima rmaxima
+else
+if OPENMCL
+bin_SCRIPTS = maxima rmaxima
+else
+bin_SCRIPTS = maxima
+endif
+endif
+endif
+endif
endif