Date: Tue, 12 Feb 2013 03:10:00 GMT From: Alex Kozlov <spam@rm-rf.kiev.ua> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/171707: multimedia/mplayer: i386 clang build error Message-ID: <201302120310.r1C3A0Zm069924@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/171707; it has been noted by GNATS. From: Alex Kozlov <spam@rm-rf.kiev.ua> To: bug-followup@FreeBSD.org, anonymous@gmail.com, homas.e.zander@googlemail.com Cc: Subject: Re: ports/171707: multimedia/mplayer: i386 clang build error Date: Tue, 12 Feb 2013 05:00:39 +0200 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Sorry for the delay. Can you please check and approve next patch? p.s. Do you plan to convert port to new options framework in the near future? I would be glad to help. -- Alex --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Index: multimedia/mplayer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mplayer -# Date created: 10 August 2001 -# Whom: Thomas E. Zander -# with lots of help from Vladimir Kushnir +# Created by: Thomas E. Zander with help from Vladimir Kushnir # $FreeBSD: ports/multimedia/mplayer/Makefile,v 1.223 2013/01/23 15:05:36 svnexp Exp $ -# PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} @@ -96,7 +92,7 @@ # Fix a problem with unknown assembly opcodes in embedded ffmpeg .if ${ARCH} == "ppc" -CONFIGURE_ARGS+= --disable-asm +CONFIGURE_ARGS+= --disable-asm .endif .include "${.CURDIR}/Makefile.options" Index: multimedia/mplayer/Makefile.shared @@ -39,6 +39,7 @@ --disable-liba52 \ --disable-alsa \ --disable-libbs2b \ + --disable-mp3lib \ --enable-ass-internal WANT_GNOME= yes Index: multimedia/mplayer/Makefile.options @@ -52,7 +52,7 @@ .endif #WITH_DEBUG #Supported architectures for clang -.if ${ARCH} == "amd64" +.if ${ARCH} == "i386" || ${ARCH} == "amd64" MPLAYER_CLANG_SUPPORTED_ARCH= yes .endif --XsQoSWH+UP9D9v3l--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302120310.r1C3A0Zm069924>