Changeset 98055


Ignore:
Timestamp:
Sep 24, 2012, 6:04:53 AM (12 years ago)
Author:
jeremyhu@…
Message:

libpar2: Remove bad patch and use compiler blacklisting from base

Location:
trunk/dports/archivers/libpar2
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/libpar2/Portfile

    r93350 r98055  
    2626depends_build   port:pkgconfig
    2727
    28 # clang++ produces code that does not pass par2's 'make check'
    29 # par2 and libpar2 share code, so it's highly expected that
    30 # libpar2 is bad as well. #31667
    31 if {[string match "*clang*" ${configure.compiler}]} {
    32     configure.compiler llvm-gcc-4.2
    33 }
    34 
    3528use_parallel_build  yes
    3629
    37 patchfiles       patch-par2fileformat_h.diff
     30compiler.blacklist clang macports-clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1
     31
    3832post-destroot {
    3933    set docdir ${prefix}/share/doc/${name}-${version}
Note: See TracChangeset for help on using the changeset viewer.