summaryrefslogtreecommitdiff
path: root/x11/workrave/files/patch-configure
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-08-04 19:06:00 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-08-04 19:06:00 +0000
commit5b9cf509a468ebbd99da26a6426ac87b107083ff (patch)
treef07e04341d2d406663c1d5e7e1bae8d2bbe94a8b /x11/workrave/files/patch-configure
parent- Update net/tcpdump to 4.8.0 (diff)
x11/workrave: 1.10.1 -> 1.10.15
- Switch to Gtkmm 3.0 - Switch to GitHub - Take maintainership - Move sound output to external script and remove PULSEAUDIO and GSTREAMER options keeping dependencies small - See URL for changes since 1.10.1 - submitter becomes maintainer No GNOME/XFCE/Cinnamon applets are build atm. Submitter does not use them so can't test them and has not added support for them. If someone wants them please submit patches. The trayicon works fine. PR: 211297 Submitted by: Tobias Kortkamp <t@tobik.me>
Diffstat (limited to 'x11/workrave/files/patch-configure')
-rw-r--r--x11/workrave/files/patch-configure39
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"