[Bug 211152] benchmarks/izone: iozone.c:363:19: error: typedef redefinition with different types ('long long' vs '__off64_t' (aka 'long'))

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 16 17:38:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211152

--- Comment #2 from w.schwarzenfeld at utanet.at ---
I had a "hackish" workaround (delete the line from iozone.c)
for the Makefile
post-patch:
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
        @${REINPLACE_CMD} -e '363d' ${WRKSRC}/iozone.c
.endif

this compiles, but throws a lot of warning (printf formatting).

But surely not the right way.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list