Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / efltk / patches / patch-configure_in
blob6861b924d043ab60faf896548e676f1fc3159674
1 $NetBSD:  patch-configure_in,v 1.1 2011/10/09 06:40:38 dholland Exp $
3 - use pkg-config to find libXft, not xft-config, as xft-config has
4 disappeared from recent libXft. (XXX: will this break the build for
5 really old libXft? Does this need to learn to use both?)
7 --- configure.in~       2005-04-29 16:13:18.000000000 +0000
8 +++ configure.in
9 @@ -147,8 +147,8 @@ fi])
11  AC_ARG_ENABLE(xft, [  --enable-xft            enable XWindow XFT extension],[if eval "test x$enable_xft = xyes"; then
12         AC_DEFINE(USE_XFT)
13 -       LDLIBS="$LDLIBS `xft-config --libs`"
14 -        CXXFLAGS="$CXXFLAGS `xft-config --cflags`"
15 +       LDLIBS="$LDLIBS `pkg-config --libs xft`"
16 +        CXXFLAGS="$CXXFLAGS `pkg-config --cflags xft`"
17  fi])
19  AC_ARG_ENABLE(debug, [  --enable-debug          compile with debug rather than optimized],[if eval "test x$enable_debug = xyes"; then