Created attachment 167399 [details] Proposed patch The attached patch works around some limitations of base GCC that prevented the build from working on 9.3-i386.
Drop feedback request from wes@, he's inactive.
A commit references this bug: Author: rakuco Date: Thu Feb 25 12:16:34 UTC 2016 New revision: 409510 URL: https://svnweb.freebsd.org/changeset/ports/409510 Log: Fix the build on 9.3-i386 by working around base GCC's limitations. Add the "LL" suffix to constants that base GCC thinks are too big. PR: 207486 MFH: 2016Q1 Changes: head/devel/poco/Makefile head/devel/poco/files/ head/devel/poco/files/patch-Foundation_testsuite_src_StringTest.cpp head/devel/poco/files/patch-JSON_testsuite_src_JSONTest.cpp
A commit references this bug: Author: rakuco Date: Thu Feb 25 16:09:22 UTC 2016 New revision: 409531 URL: https://svnweb.freebsd.org/changeset/ports/409531 Log: MFH: r409510 Fix the build on 9.3-i386 by working around base GCC's limitations. Add the "LL" suffix to constants that base GCC thinks are too big. PR: 207486 Approved by: ports-secteam (feld) Changes: _U branches/2016Q1/ branches/2016Q1/devel/poco/Makefile branches/2016Q1/devel/poco/files/