Summary: | Port lang/gdc favors libc_r to libpthread | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason DiCioccio <jd> |
Component: | Individual Port(s) | Assignee: | Rong-En Fan <rafan> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jason DiCioccio
2007-01-02 18:20:11 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback I checked this patch. This patch correct the problem that threads does not operate correctly with gdc. So, I approve. Please commit it. Thanks. :) P.S. After, I will update the GDC to 0.20. Responsible Changed From-To: freebsd-ports-bugs->rafan Eat. rafan 2007-01-06 07:24:08 UTC FreeBSD ports repository Modified files: lang/gdc Makefile Log: - Fix threading support, favor pthread Since this port supports 5.x and later, we don't need to consider the 4.x case (-lc_r). Moreover, gdc uses ld as linker when compiling D source files, so PTHREAD_LIBS is not applicable here. PR: ports/107437 Submitted by: Jason DiCioccio <jd at ods.org> Approved by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer) Revision Changes Path 1.24 +3 -2 ports/lang/gdc/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: feedback->closed Committed. Thanks! |