diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-12 18:59:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-12 18:59:46 +0000 |
commit | b6034b5bf15bb18ce77c685d3d6fe9b3915d43d9 (patch) | |
tree | 83d73cba6f766a2da3f2c78e61244b309ab471e3 /testing/gnome-session/no-rpmatch.patch | |
parent | 4a7de6def0502e9912cae6104039812ae2b6806c (diff) | |
download | aports-b6034b5bf15bb18ce77c685d3d6fe9b3915d43d9.tar.bz2 aports-b6034b5bf15bb18ce77c685d3d6fe9b3915d43d9.tar.xz |
testing/gnome-session: move to unmaintained
Diffstat (limited to 'testing/gnome-session/no-rpmatch.patch')
-rw-r--r-- | testing/gnome-session/no-rpmatch.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/gnome-session/no-rpmatch.patch b/testing/gnome-session/no-rpmatch.patch deleted file mode 100644 index ea41bf46e5..0000000000 --- a/testing/gnome-session/no-rpmatch.patch +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-gnome-session_main_c,v 1.19 2017/04/17 10:51:02 ajacoutot Exp $ - -XXX no rpmatch(3) on OpenBSD - ---- a/gnome-session/main.c.orig Wed Apr 12 16:35:48 2017 -+++ b/gnome-session/main.c Mon Apr 17 12:40:35 2017 -@@ -311,7 +311,7 @@ main (int argc, char **argv) - - debug_string = g_getenv ("GNOME_SESSION_DEBUG"); - if (debug_string != NULL) { -- debug = rpmatch (debug_string) == TRUE || atoi (debug_string) == 1; -+ debug = atoi (debug_string) == 1; - } - - error = NULL; |