Because openssl sets LDFLAGS in CONFIGURE_ENV the CONFIGURE_ENV set by x11vnc's Makefile is ignored. As a result, jpeg is not detected during configure stage. How-To-Repeat: make -C /usr/ports/net/x11vnc configure and watch for the jpeg_CreateCompression error message. Also check make -C /usr/ports/net/x11vnc -V CONFIGURE_ENV
Responsible Changed From-To: freebsd-ports-bugs->beech Over to maintainer (via the GNATS Auto Assign Tool)
beech 2009-03-09 00:05:05 UTC FreeBSD ports repository Modified files: net/x11vnc Makefile Log: - Fix LDFLAGS so jpeg is detected - Bump portrevision PR: ports/132316 Submitted by: Mel <mel@rachie.is-a-geek.net> Revision Changes Path 1.24 +4 -2 ports/net/x11vnc/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!