aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch')
-rw-r--r--x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch b/x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch
deleted file mode 100644
index 7ed7511d..00000000
--- a/x11-apps/sessreg/files/sessreg-1.1.0-gcc-5.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/546742
-https://bugs.freedesktop.org/show_bug.cgi?id=90615
-
-fix building w/gcc-5
-
---- man/Makefile.in
-+++ man/Makefile.in
-@@ -9,7 +9,7 @@
-
- AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
- filenames.sed: filenames.sed.c
-- $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-+ $(AM_V_GEN)$(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \
- $(SED) -n -e '/s|__/ p' -e '/^\/__/ p' > $@
-