summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-22 21:03:15 +0000
committerrillig <rillig>2006-10-22 21:03:15 +0000
commit3406e55222f1a69af7ca20fe7e47690d0d68cf1b (patch)
tree9ad377893b9e1ee27c2baa5c50ce7852eb9e9b7b /ham
parent8223c4d3845f602e5e5c8386cd54ebbad5f2a66b (diff)
downloadpkgsrc-3406e55222f1a69af7ca20fe7e47690d0d68cf1b.tar.gz
Fixes "test ==".
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-howto/distinfo3
-rw-r--r--ham/gnuradio-howto/patches/patch-aa15
2 files changed, 17 insertions, 1 deletions
diff --git a/ham/gnuradio-howto/distinfo b/ham/gnuradio-howto/distinfo
index 1b1c87b595c..7b0deb73ff8 100644
--- a/ham/gnuradio-howto/distinfo
+++ b/ham/gnuradio-howto/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/04/27 03:11:12 wulf Exp $
+$NetBSD: distinfo,v 1.4 2006/10/22 21:03:15 rillig Exp $
SHA1 (gr-howto-write-a-block-0.6.tar.gz) = 3f7eaebe48aa9bb3d523df309eea080458dbf776
RMD160 (gr-howto-write-a-block-0.6.tar.gz) = b3a578e429588cdda2ea2690cec696a5a4e6e532
Size (gr-howto-write-a-block-0.6.tar.gz) = 366472 bytes
+SHA1 (patch-aa) = 2f5d2592c577454f60142047829c246b8a96a0bb
diff --git a/ham/gnuradio-howto/patches/patch-aa b/ham/gnuradio-howto/patches/patch-aa
new file mode 100644
index 00000000000..9a589f12b51
--- /dev/null
+++ b/ham/gnuradio-howto/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2006/10/22 21:03:15 rillig Exp $
+
+--- config/gr_boost.m4.orig 2005-11-22 04:55:54.000000000 +0100
++++ config/gr_boost.m4 2006-10-22 23:02:05.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