diff options
Diffstat (limited to 'app-text/zpspell/files/add-gobject-linkage-11566.diff')
-rw-r--r-- | app-text/zpspell/files/add-gobject-linkage-11566.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/zpspell/files/add-gobject-linkage-11566.diff b/app-text/zpspell/files/add-gobject-linkage-11566.diff new file mode 100644 index 000000000000..250fb90ebca9 --- /dev/null +++ b/app-text/zpspell/files/add-gobject-linkage-11566.diff @@ -0,0 +1,11 @@ +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) + |