Ticket #58048: pcb-4.2.0-intltoolbug.patch

File pcb-4.2.0-intltoolbug.patch, 805 bytes (added by technobauble (Chad Parker), 5 years ago)
  • configure

    diff -u pcb-4.2.0.orig/configure pcb-4.2.0.new/configure
    old new  
    1192511924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
    1192611925$as_echo "$IT_PERL_VERSION" >&6; }
    1192711926fi
    11928 if test "x" != "xno-xml"; then
    11929    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5
    11930 $as_echo_n "checking for XML::Parser... " >&6; }
    11931    if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
    11932        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
    11933 $as_echo "ok" >&6; }
    11934    else
    11935        as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
    11936    fi
    11937 fi
    1193811927
    1193911928# Substitute ALL_LINGUAS so we can use it in po/Makefile
    1194011929