svn commit: r373702 - head/comms/soundmodem/files

Stephen Hurd shurd at FreeBSD.org
Mon Dec 1 09:52:15 UTC 2014


Author: shurd
Date: Mon Dec  1 09:52:14 2014
New Revision: 373702
URL: https://svnweb.freebsd.org/changeset/ports/373702
QAT: https://qat.redports.org/buildarchive/r373702/

Log:
  Add patch to fix build for non-gcc i386 platforms
  
  This may obsolete patch-newqpsk_filter-i386.h, but more
  study is needed before deleting it.

Added:
  head/comms/soundmodem/files/patch-newqpsk_genfilt.c   (contents, props changed)

Added: head/comms/soundmodem/files/patch-newqpsk_genfilt.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/soundmodem/files/patch-newqpsk_genfilt.c	Mon Dec  1 09:52:14 2014	(r373702)
@@ -0,0 +1,11 @@
+--- newqpsk/genfilt.c.orig	2014-12-01 09:43:37.000000000 +0000
++++ newqpsk/genfilt.c	2014-12-01 09:43:45.000000000 +0000
+@@ -18,7 +18,7 @@
+ 	puts("#define _FILTER_I386_H");
+ 	puts("#define __HAVE_ARCH_MAC");
+ 
+-	puts("extern inline float mac(const float *a, const float *b, unsigned int size)");
++	puts("static inline float mac(const float *a, const float *b, unsigned int size)");
+ 	puts("{");
+ 	puts("\tfloat f;");
+ 	puts("\tasm volatile (");


More information about the svn-ports-head mailing list