1 --- hexchat-2.14.3/src/fe-gtk/meson.build 2019-12-21 07:43:47.705736400 +0000
2 +++ hexchat-2.14.3/src/fe-gtk/meson.build.new 2020-01-02 12:54:22.246102942 +0000
3 @@ -41,7 +41,7 @@ endif
5 hexchat_gtk_cflags = []
7 -hexchat_gtk_ldflags = []
8 +hexchat_gtk_ldflags = ['-lkstat', '-lsocket', '-lnsl', '-lssp', '-lssp_nonshared']
10 if get_option('with-libnotify')
11 hexchat_gtk_sources += 'notifications/notification-libnotify.c'
12 @@ -85,7 +85,7 @@ executable('hexchat',
13 dependencies: hexchat_gtk_deps,
14 c_args: hexchat_gtk_cflags,
15 link_args: hexchat_gtk_ldflags,