FreeBSD Bugzilla – Attachment 127843 Details for
Bug 171707
multimedia/mplayer: i386 clang build error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain; charset=us-ascii), 1.04 KB, created by
Alex Kozlov
on 2013-02-12 03:00:39 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
Alex Kozlov
Created:
2013-02-12 03:00:39 UTC
Size:
1.04 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 171707
:
127842
| 127843