Skip to content

Commit

Permalink
www/trafficserver: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 2, 2023
1 parent a856a9c commit cfdd407
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/trafficserver/Makefile
Expand Up @@ -76,6 +76,10 @@ post-patch:
@${REINPLACE_CMD} -e 's/#ifdef HAVE_EVENTFD/#if defined(HAVE_EVENTFD) \&\& TS_USE_EPOLL == 1/' \
${WRKSRC}/src/tscore/EventNotify.cc \
${WRKSRC}/include/tscore/EventNotify.h
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
@${REINPLACE_CMD} -e 's/std::nullptr_t/nullptr_t/g' \
${WRKSRC}/include/tscore/Ptr.h
.endif

post-install:
${RMDIR} ${STAGEDIR}${DATADIR}
Expand Down

0 comments on commit cfdd407

Please sign in to comment.