summaryrefslogtreecommitdiff
path: root/ham/gnuradio-usrp/patches/patch-ab
diff options
context:
space:
mode:
authorwulf <wulf>2007-08-08 14:37:46 +0000
committerwulf <wulf>2007-08-08 14:37:46 +0000
commite158291cec23ebe68cfb4c3c75627b5d16d8f1e9 (patch)
treef403498a3e1d2128d35db533b6db650f877a48ea /ham/gnuradio-usrp/patches/patch-ab
parent3a5ac026a54178cc0db09c4313f4d1b1decec037 (diff)
downloadpkgsrc-e158291cec23ebe68cfb4c3c75627b5d16d8f1e9.tar.gz
Fixed typo defining usrp library dependency USRP_LA
Diffstat (limited to 'ham/gnuradio-usrp/patches/patch-ab')
-rw-r--r--ham/gnuradio-usrp/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-usrp/patches/patch-ab b/ham/gnuradio-usrp/patches/patch-ab
index 79f4bbc055e..76dc3890ec0 100644
--- a/ham/gnuradio-usrp/patches/patch-ab
+++ b/ham/gnuradio-usrp/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2007/08/08 03:20:08 wulf Exp $
+$NetBSD: patch-ab,v 1.2 2007/08/08 14:37:46 wulf Exp $
--- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930
+++ Makefile.common 2007-08-08 04:40:47.000000000 +0930
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.1 2007/08/08 03:20:08 wulf Exp $
USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
-I$(top_srcdir)/usrp/firmware/include
-USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
-+USRP_LA = -libusrp
++USRP_LA = -lusrp
# This used to be set in configure.ac but is now defined here for all
# Makefiles when this fragment is included.