diff options
Diffstat (limited to 'sysutils/radmind')
-rw-r--r-- | sysutils/radmind/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/radmind/patches/patch-af b/sysutils/radmind/patches/patch-af new file mode 100644 index 00000000000..2926e3e4dda --- /dev/null +++ b/sysutils/radmind/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2006/10/05 02:49:59 rillig Exp $ + +--- configure.orig 2006-10-05 04:38:33.000000000 +0200 ++++ configure 2006-10-05 04:40:07.000000000 +0200 +@@ -5039,7 +5039,7 @@ fi; + break; + fi + done +- if test x_$found_zlib == x_yes; then ++ if test x_$found_zlib = x_yes; then + if test "$dir" != "/usr"; then + CPPFLAGS="$CPPFLAGS -I$zlibdir/include"; + LDFLAGS="$LDFLAGS -L$zlibdir/lib"; |