Ticket #54417: unbound-remove-clang-restriction-on-snow-leopard.diff

File unbound-remove-clang-restriction-on-snow-leopard.diff, 858 bytes (added by nerdling (Jeremy Lavergne), 7 years ago)

looses compiler dependencies on snow leopard

  • net/unbound/Portfile

    diff --git a/net/unbound/Portfile b/net/unbound/Portfile
    index 4bba2848a7..e5702a9189 100644
    a b  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22
    33PortSystem          1.0
     4PortGroup           compiler_blacklist_versions 1.0
    45
    56name                unbound
    67version             1.6.3
    configure.args-append --with-pidfile=${prefix}/var/run/${name}/${name}.pid \ 
    3738                        --with-rootkey-file=${prefix}/etc/${name}/root.key
    3839
    3940if {${os.major} == 10} {
    40        configure.compiler  macports-clang-3.4
     41    compiler.blacklist  *llvm-gcc-4.2 *gcc-4.0 gcc-3.3 clang
    4142}
    4243
    4344variant libevent description {Build with libevent (slower, but allows use of large outgoing port ranges)} {