Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 19:40:38 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432797 - head/sysutils/intel-pcm/files
Message-ID:  <201701291940.v0TJecSm043161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291940.v0TJecSm043161>