summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-19 02:50:26 +0000
committerSam James <sam@gentoo.org>2021-03-19 02:50:26 +0000
commit1e1a804922b8518f578619116c9084a08b24844d (patch)
tree93b542d685d115a7949d0f5376112264d58dcf11 /dev-libs/libindicator/files
parentdev-libs/libindicator: fix nonbash (diff)
downloadgentoo-1e1a804922b8518f578619116c9084a08b24844d.tar.gz
gentoo-1e1a804922b8518f578619116c9084a08b24844d.tar.bz2
gentoo-1e1a804922b8518f578619116c9084a08b24844d.zip
dev-libs/libindicator: fix nonbash for both slots
Bug: https://bugs.gentoo.org/776670 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libindicator/files')
-rw-r--r--dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch b/dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch
new file mode 100644
index 000000000000..eac1e73aa288
--- /dev/null
+++ b/dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch
@@ -0,0 +1,23 @@
+https://bugs.gentoo.org/777087
+https://bugs.launchpad.net/libindicator/+bug/1502925
+Thanks-to: orbea <orbea@riseup.net>
+--- a/configure.ac
++++ b/configure.ac
+@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE([1.11 -Wall tar-pax])
+
+ AM_MAINTAINER_MODE([enable])
+
+-AM_SILENT_RULES([yes])]
++AM_SILENT_RULES([yes])
+
+ # Check for programs
+ AC_PROG_CC
+@@ -66,7 +66,7 @@ AS_IF([test "x$with_gtk" = x3],
+ AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
+
+ LT_LIB_M
+-LIBINDICATOR_LIBS+="$LIBM"
++LIBINDICATOR_LIBS="${LIBINDICATOR_LIBS} $LIBM"
+
+ ##############################
+ # Custom Junk