summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2015-12-23 21:19:40 +0600
committerAndrey Grozin <grozin@gentoo.org>2015-12-23 21:21:02 +0600
commit924f515d1cf351850428af99b39513c9bce6b570 (patch)
tree34157e31fff5c30a5bcf49d1f8a635e998515b22 /sci-mathematics/maxima/files
parentdev-db/mariadb: Drop old revision (diff)
downloadgentoo-924f515d1cf351850428af99b39513c9bce6b570.tar.gz
gentoo-924f515d1cf351850428af99b39513c9bce6b570.tar.bz2
gentoo-924f515d1cf351850428af99b39513c9bce6b570.zip
sci-mathematics/maxima: remove 5.37.3-r1
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-mathematics/maxima/files')
-rw-r--r--sci-mathematics/maxima/files/wish-1.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-mathematics/maxima/files/wish-1.patch b/sci-mathematics/maxima/files/wish-1.patch
deleted file mode 100644
index 6e002d99267d..000000000000
--- a/sci-mathematics/maxima/files/wish-1.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -r -U1 maxima-5.35.1.orig/configure.ac maxima-5.35.1/configure.ac
---- maxima-5.35.1.orig/configure.ac 2014-12-13 06:44:51.000000000 +0600
-+++ maxima-5.35.1/configure.ac 2014-12-15 16:30:07.574773386 +0600
-@@ -989,6 +989,11 @@
- [ --with-wish=<prog> Use <prog> for Tk wish shell (default wish)],
-- [WISH="${withval}"],
-- [WISH="wish"])
-+ [],
-+ [with_wish="wish"])
-+case "${with_wish}" in
-+ no) WISH="none" ;;
-+ yes) WISH="wish" ;;
-+ *) WISH="${with_wish}" ;;
-+esac
- AC_SUBST(WISH)
--
-+AM_CONDITIONAL(WANT_TK, test x"${with_wish}" != xno)
-
-diff -r -U1 maxima-5.35.1.orig/interfaces/Makefile.am maxima-5.35.1/interfaces/Makefile.am
---- maxima-5.35.1.orig/interfaces/Makefile.am 2013-10-07 10:37:11.000000000 +0700
-+++ maxima-5.35.1/interfaces/Makefile.am 2014-12-15 16:31:18.056770422 +0600
-@@ -1,2 +1,6 @@
-+if WANT_TK
- SUBDIRS = emacs xmaxima
-+else
-+SUBDIRS = emacs
-+endif
- EXTRA_DIST = bin/xmaxima.iss