diff options
author | gdt <gdt@pkgsrc.org> | 2011-03-12 13:59:59 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-03-12 13:59:59 +0000 |
commit | d8f8eeb28a4c1326c0dd525f19d2777cf09da340 (patch) | |
tree | a07bab67db1d0069f0fa287bb1248e17a4c972ab /net/coda | |
parent | 6200b10c5f4dc93c369d99455d13274b3795ac78 (diff) | |
download | pkgsrc-d8f8eeb28a4c1326c0dd525f19d2777cf09da340.tar.gz |
Add missing match file.
Diffstat (limited to 'net/coda')
-rw-r--r-- | net/coda/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/coda/patches/patch-ad b/net/coda/patches/patch-ad new file mode 100644 index 00000000000..c4366329e52 --- /dev/null +++ b/net/coda/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2011/03/12 13:59:59 gdt Exp $ + +--- configure.orig 2011-02-25 20:04:49.000000000 +0000 ++++ configure +@@ -18400,7 +18400,7 @@ $as_echo "#define HAVE_FLOCK_LOCKING 1" + + if test "$buildvcodacon" != no ; then + test -z "${FLUID}" && as_fn_error "\"Unable to find fltk-fluid\"" "$LINENO" 5 +- test "$coda_cv_path_fltk" == none && as_fn_error "\"Unable to find libfltk\"" "$LINENO" 5 ++ test "$coda_cv_path_fltk" = none && as_fn_error "\"Unable to find libfltk\"" "$LINENO" 5 + fi + if test "$buildvcodacon" != no; then + BUILD_VCODACON_TRUE= |