summaryrefslogtreecommitdiffstats
path: root/desktop/hsetroot/imlib2_pkgconfig.diff
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-26 12:51:02 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:14 +0700
commit37168998cb0b2f1a019f60d162adeea2bb307243 (patch)
treeda5632696e27ab00d41edf04d5f3a238a95c2bbd /desktop/hsetroot/imlib2_pkgconfig.diff
parent3cb6b4db26e9178cdf5e21e3bfcecb402f4d35b7 (diff)
downloadslackbuilds-37168998cb0b2f1a019f60d162adeea2bb307243.tar.gz
slackbuilds-37168998cb0b2f1a019f60d162adeea2bb307243.tar.xz
desktop/hsetroot: Work around imlib2 breakage.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--desktop/hsetroot/imlib2_pkgconfig.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop/hsetroot/imlib2_pkgconfig.diff b/desktop/hsetroot/imlib2_pkgconfig.diff
new file mode 100644
index 0000000000..f1230480c0
--- /dev/null
+++ b/desktop/hsetroot/imlib2_pkgconfig.diff
@@ -0,0 +1,20 @@
+diff -Naur hsetroot-1.0.2/configure.ac hsetroot-1.0.2.patched/configure.ac
+--- hsetroot-1.0.2/configure.ac 2003-09-05 17:41:38.000000000 -0400
++++ hsetroot-1.0.2.patched/configure.ac 2023-01-26 12:45:06.365351344 -0500
+@@ -39,15 +39,8 @@
+ AC_C_CONST
+
+ # Check for imlib2
+-AC_CHECK_PROGS(imlib2config_cmd, imlib2-config)
+-if test x$imlib2config_cmd = "x"; then
+- AC_MSG_ERROR([error. Imlib2 is required to compile.])
+-fi
+-
+-IMLIB2_CFLAGS=`$imlib2config_cmd --cflags`
++PKG_CHECK_MODULES([IMLIB2], [imlib2])
+ AC_SUBST(IMLIB2_CFLAGS)
+-
+-IMLIB2_LIBS=`$imlib2config_cmd --libs`
+ AC_SUBST(IMLIB2_LIBS)
+
+ # Some extra definitions for config.h