summaryrefslogtreecommitdiffstats
path: root/redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch')
-rw-r--r--redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch b/redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
new file mode 100644
index 000000000..7ab267206
--- /dev/null
+++ b/redhat/kdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
@@ -0,0 +1,11 @@
+--- kdesdk-3.5.13.1/kbabel/ConfigureChecks.cmake.ORI 2012-09-30 21:50:19.573288788 +0200
++++ kdesdk-3.5.13.1/kbabel/ConfigureChecks.cmake 2012-09-30 21:50:26.499538745 +0200
+@@ -9,7 +9,7 @@
+ #
+ #################################################
+
+-find_program( LEX_EXECUTABLE "lex" )
++find_program( LEX_EXECUTABLE "flex" )
+ if( NOT LEX_EXECUTABLE )
+ tde_message_fatal( "lex is required, but was not found on your system" )
+ endif( )