Ticket #16530: taglib.diff

File taglib.diff, 719 bytes (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

     
    1616platforms        darwin
    1717master_sites     http://developer.kde.org/~wheeler/files/src/
    1818checksums        sha1 0f57d4763af82a3d87f6c3f8875ca5d87ead918f
     19
     20if {[variant_isset universal]} {
     21   depends_lib   port:libtool port:autoconf
     22}
     23
     24pre-configure {
     25   if {[variant_isset universal]} {
     26      delete ${worksrcpath}/autom4te.cache
     27      copy -force ${prefix}/share/libtool/ltmain.sh ${worksrcpath}/admin
     28      copy -force ${prefix}/share/aclocal/libtool.m4 ${worksrcpath}/admin/libtool.m4.in
     29      system "cd ${worksrcpath} && autoreconf"
     30   }
     31}
     32