zerochaos    14/08/25 15:47:57

  Added:                gnuradio-3.7.4-include_stringh.patch
  Removed:              include_stringh.patch
  Log:
  fix bug in qtgui where we included qwt5 but linked to qwt6, fix missing 
include for string.h
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.1                  
net-wireless/gnuradio/files/gnuradio-3.7.4-include_stringh.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/files/gnuradio-3.7.4-include_stringh.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/files/gnuradio-3.7.4-include_stringh.patch?rev=1.1&content-type=text/plain

Index: gnuradio-3.7.4-include_stringh.patch
===================================================================
commit 09ba248d3fc6afbebb784edfaf5e61413cd05255
Author: Tom Rondeau <[email protected]>
Date:   Sun Jul 27 10:50:17 2014 -0400

    volk: adding string.h to puppet for memset calls.

diff --git a/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h 
b/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
index fef9db5..8d31e46 100644
--- a/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
+++ b/volk/kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
@@ -3,6 +3,7 @@
 
 #include <volk/volk.h>
 #include <volk/volk_8u_x4_conv_k7_r2_8u.h>
+#include <string.h>
 
 typedef union {
   //decision_t is a BIT vector




Reply via email to