pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/radmind/patches Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/928f2b157100
branches: trunk
changeset: 519541:928f2b157100
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 05 02:49:59 2006 +0000
description:
Fixed "test ==".
diffstat:
sysutils/radmind/patches/patch-af | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 8e26622dfa04 -r 928f2b157100 sysutils/radmind/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/patches/patch-af Thu Oct 05 02:49:59 2006 +0000
@@ -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";
Home |
Main Index |
Thread Index |
Old Index