Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2004 23:26:02 -0500 (EST)
From:      mike johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/64828: [PATCH] multimedia/ffmpeg: [Fix on i386 5.2-CURRENT]
Message-ID:  <200403280426.i2S4Q2av033214@gentoo.ahze.net>
Resent-Message-ID: <200403280530.i2S5UIYJ060052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64828
>Category:       ports
>Synopsis:       [PATCH] multimedia/ffmpeg: [Fix on i386 5.2-CURRENT]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 27 21:30:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     mike johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #38: Sat Mar 27 18:30:44 EST 2004
>Description:
Fix Build on i386 5.2-CURRENT

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- ffmpeg-0.4.8_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/freebsd/ports/multimedia/ffmpeg/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile	21 Mar 2004 01:32:37 -0000	1.38
+++ Makefile	28 Mar 2004 04:20:50 -0000
@@ -56,8 +56,8 @@
 EXTRA_PATCHES+=	${FILESDIR}/extra-bktr-patch-libavformat::Makefile
 .endif
 
-.if ${ARCH} == "i386" && ${OSVERSION} > 502104
-BROKEN=		"Does not compile on i386 5.x"
+.if (${ARCH} == "i386" && ${OSVERSION} > 502104) && !defined(WITH_OPTIMIZED_CFLAGS)
+CONFIGURE_ARGS+= --extra-cflags="-fomit-frame-pointer"
 .endif
 
 ## lib detection
--- ffmpeg-0.4.8_5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403280426.i2S4Q2av033214>