Ticket #3093: libmpeg2-Portfile.patch

File libmpeg2-Portfile.patch, 373 bytes (added by daved@…, 19 years ago)

Patch to portfile to make port compile on Tiger (gcc 4.0)

  • Portfile

    old new  
    2323
    2424patch {         reinplace "s|@INCLUDES@|@INCLUDES@ -I\$(prefix)/include|" \
    2525                        ${worksrcpath}/src/Makefile.in
     26                reinplace "s|^static inline uint32_t arch_accel|static uint32_t arch_accel|" \
     27                        ${worksrcpath}/libmpeg2/cpu_accel.c
    2628}
    2729
    2830variant darwin {