summaryrefslogtreecommitdiff
path: root/ham/gnuradio-gsm/patches
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2007-08-08 03:12:26 +0000
committerwulf <wulf@pkgsrc.org>2007-08-08 03:12:26 +0000
commit7068c0cd15c2105dc8ad75215f58c270c2b23d7e (patch)
tree12fc212bef3964f487994fec306569cef8cc4158 /ham/gnuradio-gsm/patches
parent2ab5bdb1ad113a74529b74b5001d1e5f373ec728 (diff)
downloadpkgsrc-7068c0cd15c2105dc8ad75215f58c270c2b23d7e.tar.gz
Updated gnuradio-gsm to 3.0.4:
* Updated license to GPLv3 * Fixed shared memory leak on NetBSD * Many bug fixes
Diffstat (limited to 'ham/gnuradio-gsm/patches')
-rw-r--r--ham/gnuradio-gsm/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/ham/gnuradio-gsm/patches/patch-aa b/ham/gnuradio-gsm/patches/patch-aa
new file mode 100644
index 00000000000..feda94b81db
--- /dev/null
+++ b/ham/gnuradio-gsm/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2007/08/08 03:12:26 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 = -libusrp
+
+ # This used to be set in configure.ac but is now defined here for all
+ # Makefiles when this fragment is included.