]> git.pld-linux.org Git - packages/ettercap.git/blob - ettercap-gtk3.patch
rebuild with openssl 3.0.0
[packages/ettercap.git] / ettercap-gtk3.patch
1 --- ettercap-0.8.3/cmake/Modules/FindGTK3.cmake.orig    2019-06-28 01:19:16.000000000 +0200
2 +++ ettercap-0.8.3/cmake/Modules/FindGTK3.cmake 2020-05-23 19:35:27.043077345 +0200
3 @@ -126,6 +126,7 @@
4      giomm-2.4
5      gtk-3.0
6      gtkmm-2.4
7 +    harfbuzz
8      libglade-2.0
9      libglademm-2.4
10      pango-1.0
11 @@ -147,6 +147,7 @@
12  
13    find_path(${_var} ${_hdr}
14      PATHS
15 +      /usr/lib${LIB_SUFFIX}
16        /usr/local/lib64
17        /usr/local/lib
18        # fix for Ubuntu == 11.04 (Natty Narwhal)
19 @@ -425,6 +426,9 @@
20  
21      _gtk3_find_include_dir(GTK3_FONTCONFIG_INCLUDE_DIR fontconfig/fontconfig.h)
22  
23 +    _gtk3_find_include_dir(GTK3_HARFBUZZ_INCLUDE_DIR hb.h)
24 +    _gtk3_find_library(GTK3_HARFBUZZ_LIBRARY harfbuzz false false)
25 +
26      _gtk3_find_include_dir(GTK3_PANGO_INCLUDE_DIR pango/pango.h)
27      _gtk3_find_library(GTK3_PANGO_LIBRARY pango false true)
28  
This page took 0.049013 seconds and 3 git commands to generate.