Changeset 98051


Ignore:
Timestamp:
Sep 24, 2012, 5:27:41 AM (12 years ago)
Author:
jeremyhu@…
Message:

minidlna: Fix build with macports-clang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/minidlna/Portfile

    r88183 r98051  
    3131
    3232post-patch {
    33     if {${configure.compiler} == "clang"} {
     33    if {[string match "*clang*" ${configure.compiler}]} {
    3434        reinplace "s|inline||g" ${worksrcpath}/utils.c ${worksrcpath}/tagutils/misc.c
    3535    }
Note: See TracChangeset for help on using the changeset viewer.