summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-14 22:12:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-14 22:13:12 +0200
commitfb2b0a41619026518d52f65821046a6297dd57e0 (patch)
treec39ad0c6cfeb79bdba1dc3cbf9556392492f6e53 /sci-electronics/gspeakers/files
parentsys-libs/glibc: Update default nsswitch.conf in 2.33, again (diff)
downloadgentoo-fb2b0a41619026518d52f65821046a6297dd57e0.tar.gz
gentoo-fb2b0a41619026518d52f65821046a6297dd57e0.tar.bz2
gentoo-fb2b0a41619026518d52f65821046a6297dd57e0.zip
sci-electronics/gspeakers: EAPI-7 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics/gspeakers/files')
-rw-r--r--sci-electronics/gspeakers/files/gspeakers-0.11-cxxflags.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-electronics/gspeakers/files/gspeakers-0.11-cxxflags.patch b/sci-electronics/gspeakers/files/gspeakers-0.11-cxxflags.patch
new file mode 100644
index 000000000000..a890921ab45f
--- /dev/null
+++ b/sci-electronics/gspeakers/files/gspeakers-0.11-cxxflags.patch
@@ -0,0 +1,24 @@
+From 849257811990d18789e6ce995423fcb5327f986e Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sat, 14 Aug 2021 22:03:56 +0200
+Subject: [PATCH] Fix CXXFLAGS
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index cece557..7cb0f11 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -40,5 +40,5 @@ cellrendererpopup.h cellrendererpopup.cc \
+ crossoverimageview.h crossoverimageview.cc \
+ gspeakersfilechooser.h gspeakersfilechooser.cc
+
+-CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall -O0
++CXXFLAGS = @CXXFLAGS@ $(DEPS_CFLAGS) -Wall
+ LDADD = $(DEPS_LIBS)
+--
+2.32.0
+