head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q2:1.2.0.20 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.18 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.8 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2009.08.12.12.21.40; author markd; state dead; branches; next 1.2; 1.2 date 2007.08.08.14.47.20; author wulf; state Exp; branches; next 1.1; 1.1 date 2007.08.08.03.17.20; author wulf; state Exp; branches; next ; desc @@ 1.3 log @Update to gnuradio 3.2 many new features and bugfixes. @ text @$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 @@@@ -52,7 +52,7 @@@@ $(FFTW3F_CFLAGS) # How to link in GNU Radio core library from inside the tree -GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la +GNURADIO_CORE_LA = -lgnuradio-core # This is a dependency for many swig operations GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i @@@@ -60,7 +60,7 @@@@ # How to link in the USRP library from inside the tree 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 = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. @ 1.2 log @Fixed typo defining usrp library dependency USRP_LA in patch-aa @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2007/08/08 03:17:20 wulf Exp $ @ 1.1 log @Updated gnuradio-trellis to 3.0.4: * Updated license to GPLv3 * Fixed shared memory leak on NetBSD * Many bug fixes @ text @d1 1 a1 1 $NetBSD$ d19 1 a19 1 +USRP_LA = -libusrp @