at 16.09-beta 8 lines 404 B view raw
1diff -urN kdevelop-4.7.3.orig/po/CMakeLists.txt kdevelop-4.7.3/po/CMakeLists.txt 2--- kdevelop-4.7.3.orig/po/CMakeLists.txt 2016-03-04 23:29:09.411886565 +0100 3+++ kdevelop-4.7.3/po/CMakeLists.txt 2016-03-04 23:28:35.108451713 +0100 4@@ -1,3 +1,4 @@ 5+cmake_policy(SET CMP0002 OLD) 6 find_package(Gettext REQUIRED) 7 if (NOT GETTEXT_MSGMERGE_EXECUTABLE) 8 MESSAGE(FATAL_ERROR "Please install msgmerge binary")