The recently added MediaTomb port won't build with sqlite3 if the sqlite3 port was built with threading support, because configure tries to build sqlite3 without -pthread. Fix: apply this patch to files/patch-configure (No need to bump PORTREVISION because this patch only fixes cases in which the port didn't even build.) How-To-Repeat: build and install sqlite3 port WITH_THREADS and then try to build MediaTomb WITH_SQLITE3
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-04-17 23:44:18 UTC FreeBSD ports repository Modified files: net/mediatomb Makefile net/mediatomb/files patch-configure Log: - Fix build with sqlite3 PR: 111797 Submitted by: Leonhard Wimmer <leo@mediatomb.cc> (maintainer) Revision Changes Path 1.2 +48 -48 ports/net/mediatomb/Makefile 1.2 +11 -2 ports/net/mediatomb/files/patch-configure _______________________________________________ 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!