| Summary: | Build failure for net/freerdp using non-default options | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Kevin Zheng <kevinz5000> |
| Component: | Individual Port(s) | Assignee: | Dima Panov <fluffy> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Kevin Zheng
2013-10-07 03:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->fluffy Over to maintainer (via the GNATS Auto Assign Tool) Author: fluffy Date: Mon Oct 7 13:07:16 2013 New Revision: 329700 URL: http://svnweb.freebsd.org/changeset/ports/329700 Log: - Add missed dependency on ALSA when option is selected PR: 182778 Submitted by: Kevin Zheng Modified: head/net/freerdp/Makefile Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Mon Oct 7 12:52:34 2013 (r329699) +++ head/net/freerdp/Makefile Mon Oct 7 13:07:16 2013 (r329700) @@ -53,6 +53,7 @@ PLIST_SUB+= DIRECTFB="@comment " .endif .if ${PORT_OPTIONS:MALSA} +LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib PLIST_SUB+= ALSA="" .else PLIST_SUB+= ALSA="@comment " _______________________________________________ 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" State Changed From-To: open->closed ALSA dependency fixed, SSE is always builds fine on sse-capable machines |