Index: head/graphics/darktable/files/patch-cmake_modules_FindGettext.cmake =================================================================== --- head/graphics/darktable/files/patch-cmake_modules_FindGettext.cmake (nonexistent) +++ head/graphics/darktable/files/patch-cmake_modules_FindGettext.cmake (revision 395380) @@ -0,0 +1,11 @@ +--- cmake/modules/FindGettext.cmake.orig 2015-07-26 11:47:47 UTC ++++ cmake/modules/FindGettext.cmake +@@ -13,6 +13,8 @@ include(LibFindMacros) + # On Linux there is no pkgconfig script, but with this we force Gettext_PKGCONF_INCLUDE_DIRS to "" + if(CMAKE_SYSTEM_NAME STREQUAL "Linux") + set(Gettext_PKGCONF_INCLUDE_DIRS "") ++elseif(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") ++ set(Gettext_PKGCONF_INCLUDE_DIRS "/usr/local/include") + else(CMAKE_SYSTEM_NAME STREQUAL "Linux") + libfind_pkg_check_modules(Gettext_PKGCONF Gettext) + endif(CMAKE_SYSTEM_NAME STREQUAL "Linux") Property changes on: head/graphics/darktable/files/patch-cmake_modules_FindGettext.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property