summaryrefslogtreecommitdiffstats
path: root/windowmanagers/fluxbox/fribidi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'windowmanagers/fluxbox/fribidi.patch')
-rw-r--r--windowmanagers/fluxbox/fribidi.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/windowmanagers/fluxbox/fribidi.patch b/windowmanagers/fluxbox/fribidi.patch
index 088269b589..dcebbbd29f 100644
--- a/windowmanagers/fluxbox/fribidi.patch
+++ b/windowmanagers/fluxbox/fribidi.patch
@@ -1,6 +1,6 @@
---- configure.in.orig 2011-02-19 15:09:14.000000000 +0300
-+++ configure.in 2011-02-20 01:07:55.763381637 +0300
-@@ -613,7 +613,7 @@
+--- configure.ac.orig 2013-02-10 20:14:25.000000000 +0400
++++ configure.ac 2013-02-11 02:11:54.065894982 +0400
+@@ -517,7 +517,7 @@
AC_MSG_CHECKING([for fribidi/fribidi.h])
AC_TRY_COMPILE(
#include <fribidi/fribidi.h>
@@ -8,4 +8,4 @@
+ , FRIBIDI_VERSION,
AC_MSG_RESULT([yes])
AC_DEFINE(HAVE_FRIBIDI, [1], [Define to 1 if you have FRIBIDI])
- LIBS="$LIBS -lfribidi",
+ LIBS="-lfribidi $LIBS",