diff options
Diffstat (limited to 'sysutils/policykit-gnome/files/patch-configure')
-rw-r--r-- | sysutils/policykit-gnome/files/patch-configure | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/sysutils/policykit-gnome/files/patch-configure b/sysutils/policykit-gnome/files/patch-configure new file mode 100644 index 000000000000..55bb8dde0586 --- /dev/null +++ b/sysutils/policykit-gnome/files/patch-configure @@ -0,0 +1,58 @@ +--- configure.orig 2020-01-19 15:33:42 UTC ++++ configure +@@ -20405,29 +20405,9 @@ $as_echo "no" >&6; } + + fi + +-gdu_cv_version_required=0.3.2 + +-if test -n "$PKG_CONFIG" && \ +- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5 +- ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5 +- ac_status=$? +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- gdu_cv_have_gdu=yes +-else +- gdu_cv_have_gdu=no +-fi + +-if test "$gdu_cv_have_gdu" = "yes"; then +- : +-else +- { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5 +-$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;} +- { (exit 1); exit 1; }; } +-fi + +- +- + # Check whether --with-help-dir was given. + if test "${with_help_dir+set}" = set; then + withval=$with_help_dir; +@@ -20467,25 +20447,15 @@ else + enable_scrollkeeper=yes + fi + +- if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then +- ENABLE_SK_TRUE= +- ENABLE_SK_FALSE='#' +-else + ENABLE_SK_TRUE='#' + ENABLE_SK_FALSE= +-fi + + + DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS" + + +- if test "$gdu_cv_have_gdu" = "yes"; then +- HAVE_GNOME_DOC_UTILS_TRUE= +- HAVE_GNOME_DOC_UTILS_FALSE='#' +-else + HAVE_GNOME_DOC_UTILS_TRUE='#' + HAVE_GNOME_DOC_UTILS_FALSE= +-fi + + + |