summaryrefslogtreecommitdiff
path: root/ham/gnuradio-usrp/patches/patch-aa
blob: cc530452f3753b1bfb268445e63efd33a2c4edf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"