diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-12-29 07:57:43 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-12-29 07:57:43 +0100 |
commit | 639176ebfa8c36162c9c8a1f7efe23c8f73d15f0 (patch) | |
tree | 16bd560b3394327b9a4f3d73a5f06c47f478af42 /x11-misc/rofi/files | |
parent | net-libs/libetpan: Stable for HPPA (bug #568954). (diff) | |
download | gentoo-639176ebfa8c36162c9c8a1f7efe23c8f73d15f0.tar.gz gentoo-639176ebfa8c36162c9c8a1f7efe23c8f73d15f0.tar.bz2 gentoo-639176ebfa8c36162c9c8a1f7efe23c8f73d15f0.zip |
x11-misc/rofi: Version bump.
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc/rofi/files')
-rw-r--r-- | x11-misc/rofi/files/rofi-0.15.12-Werror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/rofi/files/rofi-0.15.12-Werror.patch b/x11-misc/rofi/files/rofi-0.15.12-Werror.patch new file mode 100644 index 000000000000..89755ee4d0c5 --- /dev/null +++ b/x11-misc/rofi/files/rofi-0.15.12-Werror.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -7,7 +7,7 @@ + dnl Setup automake to be silent and in foreign mode. + dnl We want xz distribution + dnl --------------------------------------------------------------------- +-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-xz]) ++AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-xz]) + AM_SILENT_RULES([yes]) + + dnl --------------------------------------------------------------------- |