Changes between Initial Version and Version 1 of Ticket #21435


Ignore:
Timestamp:
Sep 17, 2009, 2:46:13 AM (15 years ago)
Author:
tobypeterson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21435

    • Property Keywords transcode 1.1.4 10.6 snow leopard removed
  • Ticket #21435 – Description

    initial v1  
    33transcode-1.1.4 fails to build for me on OS X 10.6 snow leopard.  I believe that this is an identical problem to ticket 21011: http://trac.macports.org/ticket/21011 .  I tried the same solution and it fixed the problem for me.
    44
    5 Error:
     5{{{
    66/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -I.. -I/opt/local/include  -O2 -arch x86_64 -no-cpp-precomp -D_INTL_REDIRECT_MACROS -MT imgconvert.lo -MD -MP -MF .deps/imgconvert.Tpo -c -o imgconvert.lo imgconvert.c
    77/var/tmp//ccErUzQG.s:141:suffix or operands invalid for `pushf'
     
    1717make[1]: *** [all-recursive] Error 1
    1818make: *** [all] Error 2
     19}}}
    1920
    2021This worked for me: (found in ticket 21011)
    2122Add to the Portfile:
     23{{{
    2224platform darwin 10 {
    2325        if {$build_arch == "x86_64"} {
     
    2527        }
    2628}
     29}}}