Index: head/sysutils/intel-pcm/Makefile =================================================================== --- head/sysutils/intel-pcm/Makefile (revision 421334) +++ head/sysutils/intel-pcm/Makefile (revision 421335) @@ -1,25 +1,25 @@ # Created by: Adrian Chadd # $FreeBSD$ PORTNAME= intel-pcm PORTVERSION= 2.11 CATEGORIES= sysutils MASTER_SITES= LOCAL/imp DISTNAME= IntelPerformanceCounterMonitor-V${PORTVERSION} MAINTAINER= imp@FreeBSD.org COMMENT= Intel PCM toolkit LICENSE= BSD3CLAUSE -USES= compiler:c++11-lang gmake tar:xz +USES= compiler:c++11-lib gmake tar:xz ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitor-V${PORTVERSION} MAKE_ARGS= CXX="${CXX}" LIB=-lpthread do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin .include Index: head/sysutils/intel-pcm/files/patch-pci.cpp =================================================================== --- head/sysutils/intel-pcm/files/patch-pci.cpp (nonexistent) +++ head/sysutils/intel-pcm/files/patch-pci.cpp (revision 421335) @@ -0,0 +1,10 @@ +--- pci.cpp.orig 2016-04-20 10:01:09 UTC ++++ pci.cpp +@@ -20,6 +20,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG + #include + #include + #include ++#include // for bzero() + #include "pci.h" + + #ifndef _MSC_VER Property changes on: head/sysutils/intel-pcm/files/patch-pci.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property