The post-patch step intended to fix some "void main()" functions will also change a valid "int main(void)" into "int main(int)". That makes the tryclockgettime test fail, which causes an incompatible clock_gettime to be built into the library. How-To-Repeat: make
Responsible Changed From-To: freebsd-ports-bugs->sylvio Over to maintainer (via the GNATS Auto Assign Tool)
sylvio 2012-05-07 17:25:38 UTC FreeBSD ports repository Modified files: devel/bglibs Makefile Log: - Fix void main(), int main(void), int main(int) functions, which causes an incompatibl clock_gettime to be build into the library PR: ports/164785 Submitted by: Tony Morlan <tony@scroner.com> Revision Changes Path 1.44 +1 -1 ports/devel/bglibs/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!