summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-03-01 07:37:37 -0500
committerJoonas Niilola <juippis@gentoo.org>2021-03-04 14:59:11 +0200
commit98c8397688f16da06947dd96c33cb5e97addac50 (patch)
tree4c0194d6cf6cac153ca1822939c3e636d43be052 /x11-misc/dunst/files
parentsys-kernel/vanilla-sources: Automated version bump to {4.4.259,4.9.259,4.14.2... (diff)
downloadgentoo-98c8397688f16da06947dd96c33cb5e97addac50.tar.gz
gentoo-98c8397688f16da06947dd96c33cb5e97addac50.tar.bz2
gentoo-98c8397688f16da06947dd96c33cb5e97addac50.zip
x11-misc/dunst: version bump to 1.6.1
new maintainer Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19719 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/dunst/files')
-rw-r--r--x11-misc/dunst/files/dunst-1.6.1-no-Os.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch
new file mode 100644
index 000000000000..90a1de94de95
--- /dev/null
+++ b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch
@@ -0,0 +1,13 @@
+diff --git a/config.mk b/config.mk
+index 54426a7..2e18031 100644
+--- a/config.mk
++++ b/config.mk
+@@ -36,7 +36,7 @@ endif
+
+ # flags
+ DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\"
+-DEFAULT_CFLAGS = -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os ${STATIC} ${ENABLE_WAYLAND}
++DEFAULT_CFLAGS = --std=gnu99 -pedantic -Wall -Wno-overlength-strings ${STATIC} ${ENABLE_WAYLAND}
+ DEFAULT_LDFLAGS = -lm -lrt
+
+ CPPFLAGS_DEBUG := -DDEBUG_BUILD