summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-04-20 15:16:22 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-04-20 15:19:47 +0200
commitd0bed5ee460bf9a2c0003d736f33775ed861c9a7 (patch)
treeed42af81d10dddeb0b843881acaf6e6af4ab0f2d /app-misc/tmux/files
parentkde-frameworks/knotifications: Drop 5.33.0 (r0) (diff)
downloadgentoo-d0bed5ee460bf9a2c0003d736f33775ed861c9a7.tar.gz
gentoo-d0bed5ee460bf9a2c0003d736f33775ed861c9a7.tar.bz2
gentoo-d0bed5ee460bf9a2c0003d736f33775ed861c9a7.zip
app-misc/tmux: Bump to version 2.4
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-misc/tmux/files')
-rw-r--r--app-misc/tmux/files/tmux-2.4-flags.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/tmux/files/tmux-2.4-flags.patch b/app-misc/tmux/files/tmux-2.4-flags.patch
new file mode 100644
index 000000000000..5ef82a3fd5e0
--- /dev/null
+++ b/app-misc/tmux/files/tmux-2.4-flags.patch
@@ -0,0 +1,15 @@
+ Makefile.am | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+--- tmux-2.4/Makefile.am
++++ tmux-2.4/Makefile.am
+@@ -17,9 +17,8 @@
+
+ # Set flags for gcc.
+ if IS_GCC
+-AM_CFLAGS += -std=gnu99 -O2
++AM_CFLAGS += -std=gnu99
+ if IS_DEBUG
+-AM_CFLAGS += -g
+ AM_CFLAGS += -Wno-long-long -Wall -W -Wformat=2
+ AM_CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
+ AM_CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare