diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-16 20:49:32 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-16 20:49:32 +0000 |
commit | bca3fadbbd1272719a5bb92b2effb3b7582997bd (patch) | |
tree | 28749643f90e73ab5916b1bbad9db59abb9ed4e9 /packages/icewm/icewm-1.2.30/configure.patch | |
parent | c33f385e0a9a5506a3335527bc3280d20b5fce1c (diff) |
icewm: update to version 1.2.30
Diffstat (limited to 'packages/icewm/icewm-1.2.30/configure.patch')
-rw-r--r-- | packages/icewm/icewm-1.2.30/configure.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/icewm/icewm-1.2.30/configure.patch b/packages/icewm/icewm-1.2.30/configure.patch new file mode 100644 index 0000000000..ade427d5e0 --- /dev/null +++ b/packages/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 |