summaryrefslogtreecommitdiff
path: root/ham/gnuradio-usrp/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-usrp/patches/patch-aa')
-rw-r--r--ham/gnuradio-usrp/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/ham/gnuradio-usrp/patches/patch-aa b/ham/gnuradio-usrp/patches/patch-aa
new file mode 100644
index 00000000000..cc530452f37
--- /dev/null
+++ b/ham/gnuradio-usrp/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2006/11/13 18:12:41 wulf Exp $
+
+--- configure.orig 2006-11-11 19:53:29.000000000 +1030
++++ configure 2006-11-11 19:54:31.000000000 +1030
+@@ -32113,17 +32113,6 @@
+
+
+ passed=yes
+- # Don't do gr-usrp if usrp skipped
+- # There *has* to be a better way to check if a value is in a string
+- for dir in $skipped_dirs
+- do
+- if test x$dir = xusrp; then
+- { echo "$as_me:$LINENO: result: Component gr-usrp requires usrp, which is not being built." >&5
+-echo "${ECHO_T}Component gr-usrp requires usrp, which is not being built." >&6; }
+- passed=no
+- fi
+- done
+-
+
+ if test x$passed = xno; then
+ skipped_dirs="$skipped_dirs gr-usrp"