diff options
Diffstat (limited to 'x11/workrave/files/patch-configure')
-rw-r--r-- | x11/workrave/files/patch-configure | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/x11/workrave/files/patch-configure b/x11/workrave/files/patch-configure deleted file mode 100644 index 0596b2241f71..000000000000 --- a/x11/workrave/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig -+++ configure -@@ -19237,36 +19237,6 @@ - enable_monitors="${enable_monitors}x11events" - fi - -- loop=${enable_monitors}, -- -- while echo $loop | grep \, &> /dev/null -- do -- monitor=${loop%%\,*} -- loop=${loop#*\,} -- -- case "$monitor" in -- record) -- if test "x$have_xrecord" != "xyes" ; then -- as_fn_error $? "record activity monitor not supported." "$LINENO" 5 -- fi -- ;; -- -- x11events) -- ;; -- -- screensaver) -- if test "x$have_xscreensaver" != "xyes" ; then -- as_fn_error $? "screensaver activity monitor not supported." "$LINENO" 5 -- fi -- ;; -- -- *) -- as_fn_error $? "unknown activity monitor: $monitor" "$LINENO" 5 -- ;; -- -- esac -- done -- - - cat >>confdefs.h <<_ACEOF - #define HAVE_MONITORS "$enable_monitors" |