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-visualization/gnuplot/files/gnuplot-5.2.6-caca.patch

14 lines
385 B

https://bugs.gentoo.org/690014
https://sourceforge.net/p/gnuplot/mailman/message/34342174/
--- gnuplot-5.2.6-orig/configure.ac
+++ gnuplot-5.2.6/configure.ac
@@ -1224,6 +1224,7 @@
if test "${enable_qt_ok}" = yes \
|| test "${enable_wxwidgets_ok}" = yes \
|| test "$GGI_SUPPORT" = yes \
+ || test "$with_caca" = yes \
|| test "$no_x" != yes; then
enable_mouse=yes;
fi