Summary: | multimedia/mplayer2 does not compile without X11 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | pr | ||||
Component: | Individual Port(s) | Assignee: | Grzegorz Blach <gblach> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
pr
2013-01-07 00:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->gblach Over to maintainer (via the GNATS Auto Assign Tool) Author: gblach Date: Tue Jan 8 22:25:44 2013 New Revision: 310109 URL: http://svnweb.freebsd.org/changeset/ports/310109 Log: - Fix build without X11 PR: ports/175080 Approved by: crees (mentor) Modified: head/multimedia/mplayer2/Makefile Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Tue Jan 8 20:03:48 2013 (r310108) +++ head/multimedia/mplayer2/Makefile Tue Jan 8 22:25:44 2013 (r310109) @@ -246,7 +246,7 @@ USE_XORG+= xinerama xineramaproto CONFIGURE_ARGS+= --disable-xinerama .endif .else #WITHOUT_X11 -CONFIGURE_ARGS+= --disable-x11 --disable-fontconfig +CONFIGURE_ARGS+= --disable-x11 .endif .if ${PORT_OPTIONS:MVDPAU} _______________________________________________ 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 Fixed, thanks |