Files
pkgsrc-ng/www/amaya/patches/patch-as
2013-09-26 17:14:40 +02:00

16 lines
439 B
Plaintext

$NetBSD: patch-as,v 1.2 2011/07/02 22:19:30 dholland Exp $
Remove bashism.
--- libwww/configure.orig 2009-09-08 10:03:59.000000000 +0000
+++ libwww/configure
@@ -33053,7 +33053,7 @@ fi
{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
echo "${ECHO_T}$ac_cv_func_remove" >&6; }
- if test "$ac_cv_func_remove" == yes ; then
+ if test "$ac_cv_func_remove" = yes ; then
cat >>confdefs.h <<\_ACEOF
#define unlink remove