summaryrefslogtreecommitdiff
path: root/sci-visualization/gnuplot/files/gnuplot-5.2.6-caca.patch
blob: 4441e4b8c036532709cc5426fa463d422712c5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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