You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/zpspell/files/add-gobject-linkage-11566.diff

12 lines
442 B

Index: zpspell-0.4.3/CMakeLists.txt
===================================================================
--- zpspell-0.4.3.orig/CMakeLists.txt
+++ zpspell-0.4.3/CMakeLists.txt
@@ -101,5 +101,5 @@ include_directories(${DBUS_INCLUDE_DIR})
include_directories(${GLIB2_INCLUDE_DIR})
include_directories(${GLIB_CONFIG_DIR})
-target_link_libraries(zpspell glib-2.0 dbus-glib-1)
+target_link_libraries(zpspell glib-2.0 dbus-glib-1 gobject-2.0)