Ticket #19204: Portfile-transcode.diff

File Portfile-transcode.diff, 510 bytes (added by wickedguitar6@…, 15 years ago)

Portfile: the configure script should use "ld_classic" when opting for "+mmx"

  • Portfile

    old new  
    7474
    7575variant mmx description {enable mmx optimizations} {
    7676     configure.args-delete --disable-mmx
     77     configure.args-append LD=/usr/bin/ld_classic LDFLAGS="-Wl,-read_only_relocs,suppress"
    7778}
    7879
    7980variant full requires a52dec faac freetype imagemagick libdv libogg libpostproc libquicktime libtheora libvorbis libxml2 lzo mjpegtools x264 xvid description {enable all optional components} {