[MacPorts] #30137: ffmpeg: Cannot build in OS X 10.6.8 on 32-bit Mac
MacPorts
noreply at macports.org
Fri May 25 07:36:38 PDT 2012
#30137: ffmpeg: Cannot build in OS X 10.6.8 on 32-bit Mac
-----------------------------------+----------------------------------------
Reporter: skiskywalker@… | Owner: devans@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: | Keywords:
Port: ffmpeg |
-----------------------------------+----------------------------------------
Comment(by ports@…):
ffmpeg 32bits can be compiled with gcc47. Configuration: MacPorts base
2.1.1, ffmpeg @0.7.11+mmx+universal+nonfree, OS 10.7.2
{{{
--- Portfile.orig 2012-04-11 22:30:29.000000000 +0200
+++ Portfile 2012-05-25 16:30:49.000000000 +0200
@@ -100,6 +100,11 @@
configure.compiler clang
}
+platform i386 {
+ configure.cc "gcc-mp-4.7"
+ depends_build-append port:gcc47
+}
+
# Xcode 4.1's clang has issues with ffmpeg
# See https://trac.macports.org/ticket/30137
if {$xcodeversion == "4.1"} {
}}}
--
Ticket URL: <https://trac.macports.org/ticket/30137#comment:26>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list