diff options
Diffstat (limited to 'archivers/gtar-base/patches/patch-aa')
-rw-r--r-- | archivers/gtar-base/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/gtar-base/patches/patch-aa b/archivers/gtar-base/patches/patch-aa new file mode 100644 index 00000000000..3d8c49c5eb0 --- /dev/null +++ b/archivers/gtar-base/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.10 2010/12/12 13:10:40 wiz Exp $ + +Unportable test(1) construct. + +--- configure.orig 2010-12-12 12:26:48.000000000 +0000 ++++ configure +@@ -35225,7 +35225,7 @@ $as_echo "$as_me: failed program was:" > + sed 's/^/| /' conftest.$ac_ext >&5 + + ( exit $ac_status ) +-if test $? == 99 && test x"$FORCE_UNSAFE_CONFIGURE" = x; then ++if test $? = 99 && test x"$FORCE_UNSAFE_CONFIGURE" = x; then + { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { { $as_echo "$as_me:$LINENO: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check) |