svn commit: r390630 - head/sysutils/intel-pcm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 26 12:43:33 UTC 2015
Author: amdmi3
Date: Fri Jun 26 12:43:32 2015
New Revision: 390630
URL: https://svnweb.freebsd.org/changeset/ports/390630
Log:
- Fix build on 9.x
- While here, don't set flags which are not used
Submitted by: pkg-fallout
Approved by: portmgr blanket
Modified:
head/sysutils/intel-pcm/Makefile
Modified: head/sysutils/intel-pcm/Makefile
==============================================================================
--- head/sysutils/intel-pcm/Makefile Fri Jun 26 12:42:17 2015 (r390629)
+++ head/sysutils/intel-pcm/Makefile Fri Jun 26 12:43:32 2015 (r390630)
@@ -17,7 +17,7 @@ USES= gmake compiler:c++11-lang zip
ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitorV${PORTVERSION}
-MAKE_ARGS= CC="${CXX}" OPT="${CXXFLAGS}" CXX="${CXX}"
+MAKE_ARGS= CXX="${CXX}" LIB=-lpthread
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin
More information about the svn-ports-all
mailing list