x11-plugins/wmforkplop: fix gkrellm plugin disabling

Closes: https://bugs.gentoo.org/833819
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2022-02-21 09:37:24 +01:00
parent 7c64e1f4f4
commit 5ee919de2d

View File

@@ -1,6 +1,6 @@
diff -Naur wmforkplop-0.9.3.orig/configure.ac wmforkplop-0.9.3/configure.ac
--- wmforkplop-0.9.3.orig/configure.ac 2006-12-01 12:32:10.000000000 +0100
+++ wmforkplop-0.9.3/configure.ac 2022-02-20 16:45:58.096842874 +0100
+++ wmforkplop-0.9.3/configure.ac 2022-02-21 09:32:50.447638884 +0100
@@ -1,11 +1,13 @@
-AC_INIT(wmforkplop.c)
-AM_INIT_AUTOMAKE(wmforkplop, 0.9.3)
@@ -101,6 +101,15 @@ diff -Naur wmforkplop-0.9.3.orig/configure.ac wmforkplop-0.9.3/configure.ac
[ --enable-gkrellm build the gkrellm plugin (requires gtk2 and gkrellm developpement files) (Default is yes)
--disable-gkrellm do not build the gkrellm plugin],
[ if test "x$enableval" = "xno" ; then
@@ -77,7 +73,7 @@
dnl GKFORKPLOP DISABLED! IS BROKEN
-build_gkforkplop="yes"
+build_gkforkplop="no"
@@ -90,8 +86,8 @@
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
GTK2_CFLAGS=$PACKAGE_CFLAGS;
@@ -136,7 +145,7 @@ diff -Naur wmforkplop-0.9.3.orig/configure.ac wmforkplop-0.9.3/configure.ac
+AC_OUTPUT([Makefile])
diff -Naur wmforkplop-0.9.3.orig/Makefile.am wmforkplop-0.9.3/Makefile.am
--- wmforkplop-0.9.3.orig/Makefile.am 2004-07-11 20:22:33.000000000 +0200
+++ wmforkplop-0.9.3/Makefile.am 2022-02-20 16:41:27.920695917 +0100
+++ wmforkplop-0.9.3/Makefile.am 2022-02-21 09:32:25.649635912 +0100
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+