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, 0 insertions, 22 deletions
diff --git a/ham/gnuradio-usrp/patches/patch-aa b/ham/gnuradio-usrp/patches/patch-aa
deleted file mode 100644
index cc530452f37..00000000000
--- a/ham/gnuradio-usrp/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$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"