diff options
author | 2006-03-24 13:44:46 +0000 | |
---|---|---|
committer | 2006-03-24 13:44:46 +0000 | |
commit | ef6a0118ee89ade9923364d3941a66f3049cfc51 (patch) | |
tree | 373f14bd8a0232bffa20a91b1c3efc5d63c9ca88 /x11-wm/jwm/files/jwm-1.5-configure.in.patch | |
parent | Fix qmake call from qt3/4 (diff) | |
download | gentoo-2-ef6a0118ee89ade9923364d3941a66f3049cfc51.tar.gz gentoo-2-ef6a0118ee89ade9923364d3941a66f3049cfc51.tar.bz2 gentoo-2-ef6a0118ee89ade9923364d3941a66f3049cfc51.zip |
Version bumped. Thanks to Alessandro Guido <alessandro.guido.box@gmail.com> for the ebuild. This closes bug #116021.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-wm/jwm/files/jwm-1.5-configure.in.patch')
-rw-r--r-- | x11-wm/jwm/files/jwm-1.5-configure.in.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/jwm/files/jwm-1.5-configure.in.patch b/x11-wm/jwm/files/jwm-1.5-configure.in.patch new file mode 100644 index 000000000000..6ab8c06f8e7a --- /dev/null +++ b/x11-wm/jwm/files/jwm-1.5-configure.in.patch @@ -0,0 +1,11 @@ +--- configure.in.orig 2006-03-16 17:29:21.000000000 +0100 ++++ configure.in 2006-03-16 17:37:58.000000000 +0100 +@@ -169,7 +169,7 @@ + AC_ARG_ENABLE(fribidi, + AC_HELP_STRING([--disable-fribidi], + [disable bi-directional unicode support]) ) +-if test "enable_fribidi" != "no"; then ++if test "$enable_fribidi" != "no"; then + AC_CHECK_LIB(fribidi, fribidi_log2vis, + [ LDFLAGS="$LDFLAGS `fribidi-config --libs`" + CFLAGS="$CFLAGS `fribidi-config --cflags`" |