The recent libmsn update to version 4.0 beta2 included a patch file that added the "compat" link library to the "msntest" cmake target. The "compat" library is also needed in the "msn" cmake target. Fix: See attached, updated "patch-msn__CMakeLists.txt" file for proposed fix. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
makc 2009-01-16 21:34:44 UTC FreeBSD ports repository Modified files: net-im/libmsn Makefile Added files: net-im/libmsn/files patch-msn__util.cpp Removed files: net-im/libmsn/files patch-msntest__CMakeLists.txt Log: Fix build on amd64. PR: ports/130197 Submitted by: Matt Tosto <datahead4 at gmail.com> (maintainer) Approved by: miwi (mentor) Revision Changes Path 1.12 +1 -0 ports/net-im/libmsn/Makefile 1.1 +26 -0 ports/net-im/libmsn/files/patch-msn__util.cpp (new) 1.2 +0 -11 ports/net-im/libmsn/files/patch-msntest__CMakeLists.txt (dead) _______________________________________________ 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!