[Bug 216636] sysutils/samesame: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 20 00:01:04 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216636
--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Mon Mar 20 00:00:02 UTC 2017
New revision: 436516
URL: https://svnweb.freebsd.org/changeset/ports/436516
Log:
sysutils/samesame: unbreak with clang 4.0
src/mainAction.cpp:184:19: error: ordered comparison between pointer and zero
('FILE *' (aka '__sFILE *') and 'int')
if (pipeLeafs < 0)
~~~~~~~~~ ^ ~
src/mainAction.cpp:197:21: error: ordered comparison between pointer and zero
('FILE *' (aka '__sFILE *') and 'int')
if (outputLeafs < 0)
~~~~~~~~~~~ ^ ~
PR: 216636
Submitted by: akruijff at dds.nl
Approved by: portmgr blanket
Changes:
head/sysutils/samesame/Makefile
head/sysutils/samesame/files/patch-src_mainAction.cpp
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list