diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-21 13:38:19 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-22 16:03:12 +0200 |
commit | 957eb144990afcaa2879240a6f3726c37db5856b (patch) | |
tree | 33be1cf1c22d2417d379c225c7a9ec2a829fc9c6 /dev-libs/libindicator/files | |
parent | media-libs/partio: remove unused patch(es) (diff) | |
download | gentoo-957eb144990afcaa2879240a6f3726c37db5856b.tar.gz gentoo-957eb144990afcaa2879240a6f3726c37db5856b.tar.bz2 gentoo-957eb144990afcaa2879240a6f3726c37db5856b.zip |
dev-libs/libindicator: remove unused patch
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20029
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libindicator/files')
-rw-r--r-- | dev-libs/libindicator/files/libindicator-ldflags-spacing.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/libindicator/files/libindicator-ldflags-spacing.patch b/dev-libs/libindicator/files/libindicator-ldflags-spacing.patch deleted file mode 100644 index 5bd2cf89d5a8..000000000000 --- a/dev-libs/libindicator/files/libindicator-ldflags-spacing.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://bugs.launchpad.net/libindicator/+bug/1502925 ---- a/configure.ac 2012-07-11 14:07:33.167169453 -0400 -+++ b/configure.ac 2015-10-04 09:59:31.023669616 -0400 -@@ -66,7 +66,7 @@ - AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) - - LT_LIB_M --LIBINDICATOR_LIBS+="$LIBM" -+LIBINDICATOR_LIBS+=" $LIBM" - - ############################## - # Custom Junk |