pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-usrp Fixed typo defining usrp library dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce98e93ec545
branches:  trunk
changeset: 531894:ce98e93ec545
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Wed Aug 08 14:37:46 2007 +0000

description:
Fixed typo defining usrp library dependency USRP_LA

diffstat:

 ham/gnuradio-usrp/distinfo         |  4 ++--
 ham/gnuradio-usrp/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r fcf358bdd47a -r ce98e93ec545 ham/gnuradio-usrp/distinfo
--- a/ham/gnuradio-usrp/distinfo        Wed Aug 08 13:22:29 2007 +0000
+++ b/ham/gnuradio-usrp/distinfo        Wed Aug 08 14:37:46 2007 +0000
@@ -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 -r fcf358bdd47a -r ce98e93ec545 ham/gnuradio-usrp/patches/patch-ab
--- a/ham/gnuradio-usrp/patches/patch-ab        Wed Aug 08 13:22:29 2007 +0000
+++ b/ham/gnuradio-usrp/patches/patch-ab        Wed Aug 08 14:37:46 2007 +0000
@@ -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 @@
  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.



Home | Main Index | Thread Index | Old Index