diff options
author | wulf <wulf@pkgsrc.org> | 2007-08-08 14:37:46 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2007-08-08 14:37:46 +0000 |
commit | 6785f6ae9282c680451712d6bc3bfdbe3f9eb922 (patch) | |
tree | f403498a3e1d2128d35db533b6db650f877a48ea /ham | |
parent | 68f33017417c8d9d351c5fe29ba6042c35c1ebe2 (diff) | |
download | pkgsrc-6785f6ae9282c680451712d6bc3bfdbe3f9eb922.tar.gz |
Fixed typo defining usrp library dependency USRP_LA
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-usrp/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-usrp/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-usrp/distinfo b/ham/gnuradio-usrp/distinfo index 2d7a5532c59..d5759d157a2 100644 --- a/ham/gnuradio-usrp/distinfo +++ b/ham/gnuradio-usrp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2007/08/08 03:20:06 wulf Exp $ +$NetBSD: distinfo,v 1.6 2007/08/08 14:39:59 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-ab) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-ab) = 2dd396d139b02a1991825956d4a7d5e6376ca135 SHA1 (patch-ac) = f64a60f2ef14489de3823c27f0fba128faa40f0c 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. |