]> git.pld-linux.org Git - packages/gnuradio.git/blob - gnuradio-build.patch
start upgrading to 3.7: updated BR
[packages/gnuradio.git] / gnuradio-build.patch
1 --- gnuradio/gr-qtgui/lib/Makefile.am~  2011-10-23 20:06:37.000000000 +0200
2 +++ gnuradio/gr-qtgui/lib/Makefile.am   2012-04-01 16:28:11.377579704 +0200
3 @@ -92,4 +92,5 @@
4         $(BOOST_THREAD_LIB)             \
5         $(BOOST_DATE_TIME_LIB)          \
6         -lstdc++                        \
7 +       -lpython                        \
8         $(QT_LIBS)
9 --- gnuradio/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc~   2011-10-23 20:06:37.000000000 +0200
10 +++ gnuradio/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc    2012-07-11 22:22:47.776970614 +0200
11 @@ -29,6 +29,7 @@
12  #include <qa_gri_mmse_fir_interpolator_cc.h>
13  #include <gri_mmse_fir_interpolator_cc.h>
14  #include <stdio.h>
15 +#include <stdint.h>
16  #include <cmath>
17  #include <stdexcept>
18  
This page took 0.036294 seconds and 3 git commands to generate.