diff options
Diffstat (limited to 'print/ja-vfxdvik/patches/patch-ap')
-rw-r--r-- | print/ja-vfxdvik/patches/patch-ap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ja-vfxdvik/patches/patch-ap b/print/ja-vfxdvik/patches/patch-ap new file mode 100644 index 00000000000..003cbfa12b2 --- /dev/null +++ b/print/ja-vfxdvik/patches/patch-ap @@ -0,0 +1,13 @@ +$NetBSD: patch-ap,v 1.1 2006/11/11 13:38:37 rillig Exp $ + +--- libs/libwww/configure.orig 2003-01-17 10:31:56.000000000 +0900 ++++ libs/libwww/configure +@@ -7668,7 +7668,7 @@ else + echo "$ac_t""no" 1>&6 + fi + +- if test "$ac_cv_func_remove" == yes ; then ++ if test "$ac_cv_func_remove" = yes ; then + cat >> confdefs.h <<\EOF + #define unlink remove + EOF |