Commit graph

2 commits

Author SHA1 Message Date
Mark Linimon
d4f281a430 Remove stray ";" which was mistakenly added during editing.
Reported by:	jbeich
2019-06-21 21:49:02 +00:00
Mark Linimon
724984f2c8 Attempt to fix build on GCC-based systems by removing stray ";" characters.
This fix should go upstream.

However, at least on powerpc64, the patch is necessary but insufficient:

  src/library/tools/tune/tune.c:137: error: 'CLOCK_REALTIME' undeclared (first use in this function)

After spending some time examining the wrkdir, I can't find its declaration.
OTOH the build succeeds on amd64.

This may need to be worked on by the upstream.

Approved by:	portmgr (tier-2 blanket)
2019-06-21 12:18:11 +00:00