openbsd-ports/x11/grantlee/patches/patch-cmake_modules_GrantleeUse_cmake
zhuk 11665ceb82 Import Grantlee, KDE 4 prerequisite.
Grantlee is a theming framework for Qt applications.

ok landry@
2013-03-25 21:08:47 +00:00

11 lines
378 B
Plaintext

$OpenBSD: patch-cmake_modules_GrantleeUse_cmake,v 1.1.1.1 2013/03/25 21:08:47 zhuk Exp $
--- cmake/modules/GrantleeUse.cmake.orig Fri Jan 25 15:03:05 2013
+++ cmake/modules/GrantleeUse.cmake Fri Jan 25 15:03:17 2013
@@ -50,5 +50,6 @@ macro(GRANTLEE_ADD_PLUGIN pluginname)
)
target_link_libraries(${pluginname}
grantlee_core
+ c
)
endmacro(GRANTLEE_ADD_PLUGIN)