From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- x11-misc/bbppp/files/bbppp-0.2.5-gcc3-multiline.patch | 6 +++--- x11-misc/bbppp/files/bbppp-asneeded.patch | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'x11-misc/bbppp/files') diff --git a/x11-misc/bbppp/files/bbppp-0.2.5-gcc3-multiline.patch b/x11-misc/bbppp/files/bbppp-0.2.5-gcc3-multiline.patch index ef2072faa9af..1aff6b167847 100644 --- a/x11-misc/bbppp/files/bbppp-0.2.5-gcc3-multiline.patch +++ b/x11-misc/bbppp/files/bbppp-0.2.5-gcc3-multiline.patch @@ -1,5 +1,5 @@ ---- main.cc -+++ main.cc +--- a/main.cc ++++ b/main.cc @@ -24,25 +24,24 @@ void Usage() @@ -19,7 +19,7 @@ - -com[pact] Display buttons in compact style\n\ - -notime Dont display time window\n\ - -nosecs Show uptime in old-style hh:mm format\n\n"}; -+ char* usageOptions = {"Options:\n" ++ const char* usageOptions = {"Options:\n" + "-display X server to connect to\n" + "-c[onfig] Alternate config file\n" + "-n[obb] Fall back on default configuration\n" diff --git a/x11-misc/bbppp/files/bbppp-asneeded.patch b/x11-misc/bbppp/files/bbppp-asneeded.patch index 7e8c2b8bcfd4..5feb8bcd11c0 100644 --- a/x11-misc/bbppp/files/bbppp-asneeded.patch +++ b/x11-misc/bbppp/files/bbppp-asneeded.patch @@ -2,8 +2,8 @@ Fixing build with as-needed https://bugs.gentoo.org/show_bug.cgi?id=248552 ---- configure.in -+++ configure.in +--- a/configure.in ++++ b/configure.in @@ -86,14 +86,9 @@ AC_PATH_X AC_PATH_XTRA @@ -21,8 +21,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=248552 dnl Checks for header files. AC_HEADER_STDC ---- Makefile.am -+++ Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -1,4 +1,4 @@ -CPPFLAGS = @CPPFLAGS@ @INTERLACE@ @ISDN@\ +AM_CPPFLAGS = @INTERLACE@ @ISDN@\ -- cgit v1.2.3