summaryrefslogtreecommitdiffstats
path: root/redhat/main/tdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/main/tdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch')
-rw-r--r--redhat/main/tdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/main/tdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch b/redhat/main/tdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
deleted file mode 100644
index 7ab267206..000000000
--- a/redhat/main/tdesdk/kdesdk-3.5.13.1-use_flex_instead_of_lex.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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( )