Summary: | net-im/pidgin fails to build if net-im/libpurple was built without gstreamer support | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | deeptech71 <deeptech71> |
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
deeptech71@gmail.com
2013-04-01 07:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->suspended State Changed From-To: suspended->closed I think I've fixed this by linking all the options files to libpurple. Author: marcus Date: Sun Apr 28 22:53:20 2013 New Revision: 316766 URL: http://svnweb.freebsd.org/changeset/ports/316766 Log: Hardcode OPTIONSFILE across all slave ports to prevent disperate options per frontend. PR: 177534 Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sun Apr 28 22:44:46 2013 (r316765) +++ head/net-im/libpurple/Makefile Sun Apr 28 22:53:20 2013 (r316766) @@ -76,6 +76,8 @@ OPTIONS+= GTKSPELL "Spell checking suppo CAP "Enable Contact Availability Prediction plugin" on .endif +OPTIONSFILE= ${PORT_DBDIR}/${UNIQUENAME}/options + CONFIGURE_ARGS+=--disable-doxygen .include <bsd.port.options.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |