pkgsrc/devel/libsmi/patches/patch-aa
seb c21c1dd6f6 Update to version 0.4.5
package changes:
- Add test target support
- Needs gmake to build

Many changes since last packaged version (0.1.6): many bug fixes
and new features.  Please see the file ChangeLog enclosed in the
source distribution or the on-line version at
http://www.ibr.cs.tu-bs.de/projects/libsmi/ChangeLog.html
2006-10-16 23:39:50 +00:00

13 lines
342 B
Text

$NetBSD: patch-aa,v 1.1 2006/10/16 23:39:50 seb Exp $
--- test/smilint-smiv2.test.in.orig 2005-11-25 09:13:23.000000000 +0000
+++ test/smilint-smiv2.test.in
@@ -48,7 +48,7 @@ cat > sync-dumps <<EOF
#
CMDPREFIX=echo
-if [ "\$1" == "-f" ] ; then CMDPREFIX="" ; fi
+if [ "\$1" = "-f" ] ; then CMDPREFIX="" ; fi
EOF
chmod a+x sync-dumps