# HG changeset patch # User Pascal Bellard # Date 1577890393 -3600 # Node ID b903447f62f397d4a85472ac79e80a6fd57e8e26 # Parent 5a9e035fe7d24fddc7cec0f43d29e03d0f10e1e6 Up pkg-config (again) diff -r 5a9e035fe7d2 -r b903447f62f3 pkg-config/receipt --- a/pkg-config/receipt Wed Jan 01 15:21:55 2020 +0100 +++ b/pkg-config/receipt Wed Jan 01 15:53:13 2020 +0100 @@ -22,8 +22,7 @@ # Rules to configure and make the package. compile_rules() { - patch -p1 < $stuff/autoconf-2.66.patch - sed -i 's/\$(LN) pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile* + sed -i 's/\$(LN) -f pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile* case "$ARCH" in arm) ./configure \ @@ -35,8 +34,7 @@ ./configure \ --program-prefix=$TOOLPREFIX \ --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM 2>&1 | \ - grep -v './libtool: No such file' ;; + --host=$HOST_SYSTEM ;; esac && make && make install } diff -r 5a9e035fe7d2 -r b903447f62f3 pkg-config/stuff/autoconf-2.66.patch --- a/pkg-config/stuff/autoconf-2.66.patch Wed Jan 01 15:21:55 2020 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4 ---- pkg-config-0.25-old//pkg.m4 2009-12-07 06:39:02.000000000 +1000 -+++ pkg-config-0.25/pkg.m4 2010-07-15 14:44:37.466942978 +1000 -@@ -135,7 +135,7 @@ - Consider adjusting the PKG_CONFIG_PATH environment variable if you - installed software in a non-standard prefix. - --_PKG_TEXT])dnl -+_PKG_TEXT])[]dnl - ]) - elif test $pkg_failed = untried; then - AC_MSG_RESULT([no])