diff options
author | wulf <wulf@pkgsrc.org> | 2006-11-24 14:29:42 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-11-24 14:29:42 +0000 |
commit | 54d468aa95ee99768d5631376b2a05d8e0734512 (patch) | |
tree | b6b6d739a65792f27f77fa3e9c645afa60d269bb /ham/gnuradio-howto | |
parent | 91442d92781ee47e9ca4f64fbfe5d04a19e0767c (diff) | |
download | pkgsrc-54d468aa95ee99768d5631376b2a05d8e0734512.tar.gz |
Removed patch-aa as it is now part of the package source.
Diffstat (limited to 'ham/gnuradio-howto')
-rw-r--r-- | ham/gnuradio-howto/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ham/gnuradio-howto/patches/patch-aa b/ham/gnuradio-howto/patches/patch-aa deleted file mode 100644 index 9a589f12b51..00000000000 --- a/ham/gnuradio-howto/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$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 |