summaryrefslogtreecommitdiff
path: root/ham/gnuradio-trellis
diff options
context:
space:
mode:
authorwulf <wulf>2007-08-08 14:42:19 +0000
committerwulf <wulf>2007-08-08 14:42:19 +0000
commitceec9f6f4b66d54a77ca4aaa2c5db25c852737fa (patch)
tree2a2672823edacc3c5cf4621990b8b12955ee6135 /ham/gnuradio-trellis
parent30f92e77ebf9714fd4fd90e6b880005a7b16c379 (diff)
downloadpkgsrc-ceec9f6f4b66d54a77ca4aaa2c5db25c852737fa.tar.gz
Fixed typo defining usrp library dependency USRP_LA in patch-aa
Diffstat (limited to 'ham/gnuradio-trellis')
-rw-r--r--ham/gnuradio-trellis/distinfo4
-rw-r--r--ham/gnuradio-trellis/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-trellis/distinfo b/ham/gnuradio-trellis/distinfo
index 4edb980c543..1b2e0f6eb3a 100644
--- a/ham/gnuradio-trellis/distinfo
+++ b/ham/gnuradio-trellis/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/08/08 03:17:19 wulf Exp $
+$NetBSD: distinfo,v 1.3 2007/08/08 14:47:20 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
SHA1 (patch-ab) = aedce9436a5f1334ddbd3e7678d295ae884e20b3
diff --git a/ham/gnuradio-trellis/patches/patch-aa b/ham/gnuradio-trellis/patches/patch-aa
index d467934ee9d..9cf7c040004 100644
--- a/ham/gnuradio-trellis/patches/patch-aa
+++ b/ham/gnuradio-trellis/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2007/08/08 03:17:20 wulf Exp $
+$NetBSD: patch-aa,v 1.2 2007/08/08 14:47:20 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:17:20 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.