summaryrefslogtreecommitdiff
path: root/webkitgtk/enchant-2.patch
blob: 93c988281899395ba07ac0c60bade1461bc5485b (plain)
    1 diff -u -r webkitgtk-2.18.5/Source/cmake/FindEnchant.cmake webkitgtk-2.18.5-enchant2/Source/cmake/FindEnchant.cmake
    2 --- webkitgtk-2.18.5/Source/cmake/FindEnchant.cmake	2017-08-09 11:13:53.000000000 +0200
    3 +++ webkitgtk-2.18.5-enchant2/Source/cmake/FindEnchant.cmake	2018-01-18 10:06:07.127310881 +0100
    4 @@ -28,7 +28,7 @@
    5  # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    6  
    7  find_package(PkgConfig)
    8 -pkg_check_modules(PC_ENCHANT enchant)
    9 +pkg_check_modules(PC_ENCHANT enchant-2)
   10  
   11  find_path(ENCHANT_INCLUDE_DIRS
   12      NAMES enchant.h
   13 @@ -37,7 +37,7 @@
   14  )
   15  
   16  find_library(ENCHANT_LIBRARIES
   17 -    NAMES enchant
   18 +    NAMES enchant-2
   19      PATHS ${PC_ENCHANT_LIBDIR}
   20            ${PC_ENCHANT_LIBRARY_DIRS}
   21  )

Generated by cgit