FreeBSD Bugzilla – Attachment 172588 Details for
Bug 211152
benchmarks/iozone: Build fails on typedef redefinition with different types ('long long' vs '__off64_t' (aka 'long'))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-Makefile_iozone
patch-Makefile (text/plain), 612 bytes, created by
Walter Schwarzenfeld
on 2016-07-16 19:42:03 UTC
(
hide
)
Description:
patch-Makefile_iozone
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2016-07-16 19:42:03 UTC
Size:
612 bytes
patch
obsolete
>--- Makefile.orig 2016-07-16 19:39:18 UTC >+++ Makefile >@@ -29,6 +29,13 @@ THREADS_DESC= Enable threading (uses pth > THREADS_LDFLAGS= -lpthread > THREADS_CFLAGS_OFF= -DNO_THREADS > >+.include <bsd.port.pre.mk> >+ >+post-patch: >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 >+ @${REINPLACE_CMD} -e '363d' ${WRKSRC}/iozone.c >+.endif >+ > post-patch-SSH-on: > @${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' \ > ${WRKSRC}/iozone.c >@@ -38,4 +45,4 @@ do-install: > ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 \ > ${STAGEDIR}${MAN1PREFIX}/man/man1 > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211152
:
172588
|
172593
|
172598
|
172600
|
172627
|
172630
|
172682
|
172683
|
172736