From a46f09630c4fbc3eae7eed3e8f7d373f6152b128 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 24 Oct 2006 17:22:18 +0000 Subject: Fixed "test ==". --- ham/usrp/distinfo | 3 ++- ham/usrp/patches/patch-aa | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 ham/usrp/patches/patch-aa (limited to 'ham/usrp') diff --git a/ham/usrp/distinfo b/ham/usrp/distinfo index b59741f3008..705f6e435c9 100644 --- a/ham/usrp/distinfo +++ b/ham/usrp/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2006/04/27 03:19:35 wulf Exp $ +$NetBSD: distinfo,v 1.4 2006/10/24 17:22:18 rillig Exp $ SHA1 (usrp-0.12.tar.gz) = 70c764473effc491549b2153c26ee7e7c6fd07a1 RMD160 (usrp-0.12.tar.gz) = 8342869a4a4855e7bb896f632c4dfd42d0706e30 Size (usrp-0.12.tar.gz) = 1470926 bytes +SHA1 (patch-aa) = 1669edd87bd5d2d49f0b927a8ff79e7221ade0ec diff --git a/ham/usrp/patches/patch-aa b/ham/usrp/patches/patch-aa new file mode 100644 index 00000000000..df53ae451b0 --- /dev/null +++ b/ham/usrp/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2006/10/24 17:22:18 rillig Exp $ + +--- config/gr_boost.m4.orig 2006-04-04 00:52:00.000000000 +0200 ++++ config/gr_boost.m4 2006-10-24 10:47:04.000000000 +0200 +@@ -43,8 +43,8 @@ AC_DEFUN([GR_REQUIRE_BOOST_INCLUDES], + [path to boost c++ include files]), + [ + # "yes" and "no" are bogus answers +- if test x"$with_boost_include_dir" == xyes || +- test x"$with_boost_include_dir" == xno; then ++ if test x"$with_boost_include_dir" = xyes || ++ test x"$with_boost_include_dir" = xno; then + gr_boost_include_dir= + else + gr_boost_include_dir=$with_boost_include_dir -- cgit v1.2.3