- Fix build on 9.x
- While here, don't set flags which are not used Submitted by: pkg-fallout Approved by: portmgr blanket
This commit is contained in:
parent
a7ea68f219
commit
b1aa7e6920
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390630
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue