diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-13 20:29:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-13 21:35:27 +0100 |
commit | 15e36e1852ee097c668f686a033f4ed22695f4d5 (patch) | |
tree | 015f93acf98c461742da097e6a7df4ff0eaf5ba5 /sci-mathematics/maxima/files/wish-0.patch | |
parent | sys-apps/ed: Security cleanup (bug #605552). (diff) | |
download | gentoo-15e36e1852ee097c668f686a033f4ed22695f4d5.tar.gz gentoo-15e36e1852ee097c668f686a033f4ed22695f4d5.tar.bz2 gentoo-15e36e1852ee097c668f686a033f4ed22695f4d5.zip |
sci-mathematics/maxima: Remove old.
maxima-5.34.1 is the last reverse dependency blocking removal of
app-emacs/imaxima.
Bug: 448242
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-mathematics/maxima/files/wish-0.patch')
-rw-r--r-- | sci-mathematics/maxima/files/wish-0.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-mathematics/maxima/files/wish-0.patch b/sci-mathematics/maxima/files/wish-0.patch deleted file mode 100644 index 6fcb0d9ec8e9..000000000000 --- a/sci-mathematics/maxima/files/wish-0.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -r -U1 maxima-5.23.1.orig//configure.in maxima-5.23.1//configure.in ---- maxima-5.23.1.orig//configure.in 2011-01-15 21:54:46.000000000 +0600 -+++ maxima-5.23.1//configure.in 2011-01-16 21:00:16.000000000 +0600 -@@ -777,6 +777,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.23.1.orig//interfaces/Makefile.am maxima-5.23.1//interfaces/Makefile.am ---- maxima-5.23.1.orig//interfaces/Makefile.am 2004-04-28 23:34:59.000000000 +0700 -+++ maxima-5.23.1//interfaces/Makefile.am 2011-01-16 20:41:38.000000000 +0600 -@@ -1,2 +1,6 @@ -+if WANT_TK - SUBDIRS = emacs xmaxima -+else -+SUBDIRS = emacs -+endif - EXTRA_DIST = bin/xmaxima.iss |