Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2015 16:44:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202404] [MAINTAINER] multimedia/mplayer2: updates to Makefile
Message-ID:  <bug-202404-13-5RtoITHge5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202404-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202404-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202404

--- Comment #27 from Jan Beich <jbeich@FreeBSD.org> ---
GIF fix is incomplete. |make configure| shows

  Checking for GIF support ... no

(In reply to Carlos J Puga Medina from comment #26)
> Otherwise, there it problems.

Such as? OPTIONS_* cannot be altered after bsd.port.options.mk.

$ make -V PORT_OPTIONS ARCH=i386
WIN32  ASS IPV6 VDPAU X11

$ make -V CONFIGURE_ARGS ARCH=i386 | sed 'y/ /\n/' | fgrep win32
--disable-win32dll

$ make -V CONFIGURE_ARGS ARCH=i386 WITH=WIN32 | sed 'y/ /\n/' | fgrep win32
--codecsdir=/usr/local/lib/win32

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202404-13-5RtoITHge5>