svn commit: r432797 - head/sysutils/intel-pcm/files
John Marino
marino at FreeBSD.org
Sun Jan 29 19:40:39 UTC 2017
Author: marino
Date: Sun Jan 29 19:40:38 2017
New Revision: 432797
URL: https://svnweb.freebsd.org/changeset/ports/432797
Log:
sysutils/intel-pcm: Include <strings.h> for GCC
Approved by: GCC support blanket
Added:
head/sysutils/intel-pcm/files/
head/sysutils/intel-pcm/files/patch-pci.cpp (contents, props changed)
Added: head/sysutils/intel-pcm/files/patch-pci.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/intel-pcm/files/patch-pci.cpp Sun Jan 29 19:40:38 2017 (r432797)
@@ -0,0 +1,10 @@
+--- pci.cpp.orig 2016-10-31 10:26:34 UTC
++++ pci.cpp
+@@ -17,6 +17,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG
+
+ #include <iostream>
+ #include <stdio.h>
++#include <strings.h> //for bzero
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
More information about the svn-ports-all
mailing list