aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/icewm/icewm-1.2.30/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/icewm/icewm-1.2.30/configure.patch')
-rw-r--r--recipes/icewm/icewm-1.2.30/configure.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/icewm/icewm-1.2.30/configure.patch b/recipes/icewm/icewm-1.2.30/configure.patch
new file mode 100644
index 0000000000..ade427d5e0
--- /dev/null
+++ b/recipes/icewm/icewm-1.2.30/configure.patch
@@ -0,0 +1,22 @@
+--- icewm-1.2.26/configure.in.orig 2006-07-18 15:16:37.024817360 -0600
++++ icewm-1.2.26/configure.in 2006-07-18 15:17:32.889324664 -0600
+@@ -426,14 +426,11 @@
+ AC_MSG_ERROR("xfreetype or core fonts must be enabled")
+ fi
+ if test "$enable_xfreetype" != "no" -o "$enable_xfreetype" = "implied"; then
+- AC_PATH_PROG(XFT_CONFIG, xft-config,, ${with_xft_arg-${PATH}})
+- if test "${XFT_CONFIG}" == ""; then
+- AC_PATH_PROG(PKG_CONFIG, pkg-config)
+- if test "${PKG_CONFIG}" != ""; then
+- ${PKG_CONFIG} xft 2>/dev/null
+- if test $? -eq 0 ; then
+- XFT_CONFIG='pkg-config xft'
+- fi
++ AC_PATH_PROG(PKG_CONFIG, pkg-config)
++ if test "${PKG_CONFIG}" != ""; then
++ ${PKG_CONFIG} xft 2>/dev/null
++ if test $? -eq 0 ; then
++ XFT_CONFIG='pkg-config xft'
+ fi
+ fi
+ if test "${XFT_CONFIG}" != ""; then