Files
pyxplot/pyxplot-0.9.2-no_termcap.patch
Matthias Mailänder e41161add1 Accepting request 207767 from home:RedDwarf
A "gnuplot" which also does data processing (interpolation!).

Has been in my home repo for 10 months without complains. But now somebody from
the Max-Planck Institut für Intelligente Systeme asked for a 12.3 version.
Seeing there is an interest, the science repo seems to be the best place for it.

OBS-URL: https://build.opensuse.org/request/show/207767
OBS-URL: https://build.opensuse.org/package/show/science/pyxplot?expand=0&rev=1
2013-11-20 21:03:40 +00:00

14 lines
358 B
Diff

Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -78,7 +78,7 @@ then
rm -f conf.*
echo "YES"
echo "HAVE_READLINE=-D HAVE_READLINE=1" >> Makefile
- echo "LINK_READLINE=-ltermcap -lreadline" >> Makefile
+ echo "LINK_READLINE=-lreadline" >> Makefile
else
rm -f conf.*
echo "NO"