dev-util/kdevelop*: remove old
[gentoo.git] / dev-util / kdevelop-php / files / kdevelop-php-1.2.0-parmake.patch
1 diff -ruN kdevelop-php-1.2.0.orig/parser/CMakeLists.txt kdevelop-php-1.2.0/parser/CMakeLists.txt
2 --- kdevelop-php-1.2.0.orig/parser/CMakeLists.txt       2011-01-23 20:42:54.000000000 +0100
3 +++ kdevelop-php-1.2.0/parser/CMakeLists.txt    2011-04-25 22:29:05.486182541 +0200
4 @@ -21,6 +21,8 @@
5      ${KDE4_KTEXTEDITOR_LIBS}
6  )
7  
8 +add_dependencies( kdev4phpparser php-parser-generated )
9 +
10  kde4_add_executable( php-parser main.cpp )
11  target_link_libraries(php-parser ${QT_QTCORE_LIBRARY} ${KDEVPLATFORM_TESTS_LIBRARIES} ${KDEVPLATFORM_LANGUAGE_LIBRARIES} kdev4phpparser)
12