Ticket #8390: taglib.patch

File taglib.patch, 324 bytes (added by meissnem@…, 18 years ago)

remove hardcoded gcc3 compiler.

  • Portfile

    old new  
    1515platforms        darwin
    1616master_sites     http://developer.kde.org/~wheeler/files/src/
    1717checksums        sha1 9830aed2e8d4e0d5da399e2e6b0c5d5db3a0c270
    18 
    19 variant darwin {
    20         configure.env CC=gcc-3.3
    21 }
    22