audio/musicpd automatically links to libsndfile if the library is installed on the system. This is a autoconf feature but it also means that libsndfile will not be pulled as musicpd dependency. This Makefile diff use a static option that links to libsndfile following the option SNDFILE enabled by default (I chose this by default but it can be discussed)
Responsible Changed From-To: freebsd-ports-bugs->crees Over to maintainer (via the GNATS Auto Assign Tool)
crees 2011-07-17 19:35:48 UTC FreeBSD ports repository Modified files: audio/musicpd Makefile Log: Stop autodetecting libsndfile --> now an OPTION, on by default PR: ports/158999 Submitted by: David Demelier <demelier.david@gmail.com> Approved by: rene (mentor, implicit) Revision Changes Path 1.68 +9 -0 ports/audio/musicpd/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!