1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Stephen Hurd 2014-12-01 09:52:14 +00:00
parent 9db24ef4c5
commit b5ad9dcf77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373702

View File

@ -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 (");