ports/editors/abiword/files/patch-configure
2021-09-01 20:45:39 -07:00

40 lines
1.1 KiB
Text

--- configure.orig 2021-07-03 15:48:11 UTC
+++ configure
@@ -23069,7 +23069,7 @@ fi
-wpg_pkgs="$gsf_req libwpg-0.2 >= 0.2.0 libwpd-0.9 >= 0.9.0 libwpd-stream-0.9 >= 0.9.0"
+wpg_pkgs="libwpg-0.3 $gsf_req"
wpg_deps="no"
if test "$enable_wpg" != ""; then
@@ -23820,7 +23820,7 @@ fi
test "$enable_collab" = "auto" && PLUGINS="$PLUGINS collab"
COLLAB_CFLAGS="$COLLAB_CFLAGS "'${PLUGIN_CFLAGS}'
-COLLAB_LIBS="$COLLAB_LIBS "'${PLUGIN_LIBS}'
+COLLAB_LIBS='${PLUGIN_LIBS}'" $COLLAB_LIBS "
fi # plugin conditional
@@ -26311,8 +26311,8 @@ fi
-wordperfect_pkgs="libwpg-0.2 >= 0.2.0 libwpd-0.9 >= 0.9.0 libwpd-stream-0.9 >= 0.9.0 $gsf_req"
-wordperfect_wps_pkgs='libwps-0.2 >= 0.1.0'
+wordperfect_pkgs="libwpd-0.10 $gsf_req"
+wordperfect_wps_pkgs='libwps-0.4'
wordperfect_deps="no"
WORDPERFECT_CFLAGS=
@@ -26355,7 +26355,7 @@ if test -n "$PKG_CONFIG" && \
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- wp_deps_pkgs="$wp_deps_pkgs $wordperfect_wps_pkgs"
+ wp_deps_pkgs="$wordperfect_wps_pkgs $wp_deps_pkgs"
WPS_DEFINE=" -DHAVE_LIBWPS"
fi