The ticket seemed to be closed and fixed, so I am posting here.  I am 
unfamiliar with the ticket process, so if I am doing this wrong, please provide 
guidance.  

I did what I thought the ticket said to do:

----------------------------------------------------------
fmt_deps = sed -e 's;^\(.*\)\.o;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide
Just change this to

fmt_deps = sed -e 's;^\(.*\)\.oxxxxx;\$(dir \$@)\1\$(suffix \$<).o \$@;' #hide


sudo port clean libvpx

sudo port fetch libvpx

sudo port extract libvpx

cd to the staging directory where the port was being built - this directory 
should have been shown in one of the error messages. On my system it was 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1/

then:

cd build/make

edit the configure.sh file in that folder to change the line as shown above.

sudo port build libvpx
sudo port install libvpx
----------------------------------------------------------

and received the following error:

----------------------------------------------------------
22:30> sudo port build libvpx
--->  Computing dependencies for libvpx
--->  Configuring libvpx
Error: Target org.macports.configure returned: configure failure: shell command 
failed
Log for libvpx is at: 
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
----------------------------------------------------------

Attached is the main.log and the config.err

Thanks for your help, Tom

Attachment: main.log
Description: main.log

# ./configure --prefix=/opt/local --enable-vp8 --enable-psnr --enable-postproc 
--enable-multithread --enable-runtime-cpu-detect --disable-install-docs
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
Configuring for target 'universal-darwin8-gcc'
  enabling universal
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -c -o /tmp/vpx-conf-226-10397.o 
/tmp/vpx-conf-226-3241.c
check_cc
BEGIN /tmp/vpx-conf-226-3241.c
    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -c -o /tmp/vpx-conf-226-10397.o 
/tmp/vpx-conf-226-3241.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-226-3241.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -E -o /tmp/vpx-conf-226-10397.o 
/tmp/vpx-conf-226-3241.c
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -c -o /tmp/vpx-conf-226-10397.o 
/tmp/vpx-conf-226-3241.c
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement -c -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -c -o /tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -c -o /tmp/vpx-conf-226-10397.o 
/tmp/vpx-conf-226-3241.c
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wtype-limits -c -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
cc1: error: unrecognized command line option "-Wtype-limits"
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -c -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_cflags -Wno-unused
check_cc -Wno-unused
BEGIN /tmp/vpx-conf-226-3241.c
    1   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
  enabling postproc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-226-3241.c
    1   #include "stdio.h"
    2   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_ld
check_cc
BEGIN /tmp/vpx-conf-226-3241.c
    1   int main(void) {return 0;}
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
gcc -L/opt/local/lib -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -o /tmp/vpx-conf-226-1361.x /tmp/vpx-conf-226-10397.o 
-lpthread
check_header stdint.h
check_cpp
BEGIN /tmp/vpx-conf-226-3241.c
    1   #include "stdint.h"
    2   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-226-3241.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_header sys/mman.h
check_cpp
BEGIN /tmp/vpx-conf-226-3241.c
    1   #include "sys/mman.h"
    2   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
check_header vpx/vpx_integer.h 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
check_cpp 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
BEGIN /tmp/vpx-conf-226-3241.c
    1   #include "vpx/vpx_integer.h"
    2   int x;
END /tmp/vpx-conf-226-3241.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
 -E -o /tmp/vpx-conf-226-10397.o /tmp/vpx-conf-226-3241.c
# ./configure --child --prefix=/opt/local --enable-vp8 --enable-psnr 
--enable-postproc --enable-multithread --enable-runtime-cpu-detect 
--disable-install-docs
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
  enabling ppc32
  enabling altivec
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -c -o /tmp/vpx-conf-404-1016.o 
/tmp/vpx-conf-404-30413.c
check_cc
BEGIN /tmp/vpx-conf-404-30413.c
    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -c -o /tmp/vpx-conf-404-1016.o 
/tmp/vpx-conf-404-30413.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-404-30413.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -E -o /tmp/vpx-conf-404-1016.o 
/tmp/vpx-conf-404-30413.c
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -c -o /tmp/vpx-conf-404-1016.o 
/tmp/vpx-conf-404-30413.c
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement -c -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -c -o /tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -c -o /tmp/vpx-conf-404-1016.o 
/tmp/vpx-conf-404-30413.c
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wtype-limits -c -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
cc1: error: unrecognized command line option "-Wtype-limits"
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -c -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_cflags -Wno-unused
check_cc -Wno-unused
BEGIN /tmp/vpx-conf-404-30413.c
    1   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
  enabling postproc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-404-30413.c
    1   #include "stdio.h"
    2   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_ld
check_cc
BEGIN /tmp/vpx-conf-404-30413.c
    1   int main(void) {return 0;}
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -c -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
gcc -L/opt/local/lib -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -arch ppc -m32 -o /tmp/vpx-conf-404-30217.x 
/tmp/vpx-conf-404-1016.o -lpthread
check_header stdint.h
check_cpp
BEGIN /tmp/vpx-conf-404-30413.c
    1   #include "stdint.h"
    2   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-404-30413.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_header sys/mman.h
check_cpp
BEGIN /tmp/vpx-conf-404-30413.c
    1   #include "sys/mman.h"
    2   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -E -o 
/tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
check_header vpx/vpx_integer.h 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
check_cpp 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
BEGIN /tmp/vpx-conf-404-30413.c
    1   #include "vpx/vpx_integer.h"
    2   int x;
END /tmp/vpx-conf-404-30413.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -maltivec -faltivec 
-arch ppc -m32 -fasm-blocks -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused 
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_libvpx/work/libvpx-0.9.1
 -E -o /tmp/vpx-conf-404-1016.o /tmp/vpx-conf-404-30413.c
# ./configure --child --prefix=/opt/local --enable-vp8 --enable-psnr 
--enable-postproc --enable-multithread --enable-runtime-cpu-detect 
--disable-install-docs
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
  enabling x86
  enabling runtime_cpu_detect
  enabling mmx
  enabling sse
  enabling sse2
  enabling sse3
  enabling ssse3
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-c -o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
check_cc
BEGIN /tmp/vpx-conf-1334-10530.c
    1       unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-c -o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-1334-10530.c
    1   #include "pthread.h"
    2   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-E -o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch 
flags
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -c -o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -c -o /tmp/vpx-conf-1334-21156.o 
/tmp/vpx-conf-1334-10530.c
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -c -o 
/tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -c 
-o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wtype-limits -c -o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
cc1: error: unrecognized command line option "-Wtype-limits"
cc1: error: unrecognized command line option "-Wtype-limits"
lipo: can't figure out the architecture type of: /var/tmp//ccCYcOlU.out
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wcast-qual -c -o /tmp/vpx-conf-1334-21156.o /tmp/vpx-conf-1334-10530.c
check_cflags -Wno-unused
check_cc -Wno-unused
BEGIN /tmp/vpx-conf-1334-10530.c
    1   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wcast-qual -Wno-unused -c -o /tmp/vpx-conf-1334-21156.o 
/tmp/vpx-conf-1334-10530.c
  enabling postproc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-1334-10530.c
    1   #include "stdio.h"
    2   int x;
END /tmp/vpx-conf-1334-10530.c
/usr/bin/gcc-4.0 -O2 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
-mmacosx-version-min=10.4 -O3 -Wall -Wdeclaration-after-statement 
-Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -m32 -arch i386 -O3 
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith 
-Wcast-qual -Wno-unused -E -o /tmp/vpx-conf-1334-21156.o 
/tmp/vpx-conf-1334-10530.c
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch 
flags
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to