diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 17:42:38 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:19 -0500 |
commit | 776358214ba0f1c9ee3a7d80990623fb4de24608 (patch) | |
tree | 850208a5486dea41b4cd5953e3867fd946477add /games/zoom/config_xft.diff | |
parent | 70d06d7b87d0ff6f7332aa25228475bf4b58ebf6 (diff) | |
download | slackbuilds-776358214ba0f1c9ee3a7d80990623fb4de24608.tar.gz |
games/zoom: Added (play interactive fiction games)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/zoom/config_xft.diff')
-rw-r--r-- | games/zoom/config_xft.diff | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/zoom/config_xft.diff b/games/zoom/config_xft.diff new file mode 100644 index 0000000000..8b1d7100e9 --- /dev/null +++ b/games/zoom/config_xft.diff @@ -0,0 +1,27 @@ +diff -Naur zoom-1.1.5/configure zoom-1.1.5.patched/configure +--- zoom-1.1.5/configure 2011-11-05 10:29:03.000000000 -0400 ++++ zoom-1.1.5.patched/configure 2012-11-28 02:34:45.000000000 -0500 +@@ -7349,21 +7349,8 @@ + rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + +- # If Xft is installed, then there will be a xft-config file on the current path +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xft-config" >&5 +-$as_echo_n "checking for xft-config... " >&6; } +- XFTCONFIG=`which xft-config` +- XFT_CFLAGS="" +- XFT_LIBS="" +- if test -x ${XFTCONFIG}; then +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFTCONFIG" >&5 +-$as_echo "$XFTCONFIG" >&6; } +- XFT_CFLAGS=`${XFTCONFIG} --cflags` +- XFT_LIBS=`${XFTCONFIG} --libs` +- else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-$as_echo "no" >&6; } +- fi ++ XFT_CFLAGS=`pkg-config xft --cflags` ++ XFT_LIBS=`pkg-config xft --libs` + + # Had to move this, Xft 2 again + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 |