summaryrefslogtreecommitdiff
path: root/ham/gnuradio-radio-astronomy
diff options
context:
space:
mode:
authorwulf <wulf>2007-08-08 14:42:19 +0000
committerwulf <wulf>2007-08-08 14:42:19 +0000
commita2575d394bf5c485e9019493691f9561e8757ff8 (patch)
tree2a2672823edacc3c5cf4621990b8b12955ee6135 /ham/gnuradio-radio-astronomy
parente158291cec23ebe68cfb4c3c75627b5d16d8f1e9 (diff)
downloadpkgsrc-a2575d394bf5c485e9019493691f9561e8757ff8.tar.gz
Fixed typo defining usrp library dependency USRP_LA in patch-aa
Diffstat (limited to 'ham/gnuradio-radio-astronomy')
-rw-r--r--ham/gnuradio-radio-astronomy/distinfo4
-rw-r--r--ham/gnuradio-radio-astronomy/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-radio-astronomy/distinfo b/ham/gnuradio-radio-astronomy/distinfo
index 2198d904fc9..a90f7773922 100644
--- a/ham/gnuradio-radio-astronomy/distinfo
+++ b/ham/gnuradio-radio-astronomy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/08/08 03:15:26 wulf Exp $
+$NetBSD: distinfo,v 1.3 2007/08/08 14:45:07 wulf Exp $
SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121
RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc
Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes
-SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d
+SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135
diff --git a/ham/gnuradio-radio-astronomy/patches/patch-aa b/ham/gnuradio-radio-astronomy/patches/patch-aa
index 1ecfaf33033..40a9a1525d6 100644
--- a/ham/gnuradio-radio-astronomy/patches/patch-aa
+++ b/ham/gnuradio-radio-astronomy/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2007/08/08 03:15:26 wulf Exp $
+$NetBSD: patch-aa,v 1.2 2007/08/08 14:45:08 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-aa,v 1.1 2007/08/08 03:15:26 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.