Ticket #52281: patch-configure.ac.2.diff

File patch-configure.ac.2.diff, 439 bytes (added by gwhitney, 8 years ago)

Only patch file for 2016 Oct 16 version of Portfile

  • configure.ac

    old new  
    135135
    136136dnl This must stay after AC_CANONICAL_HOST, which defines $host.
    137137case "$host" in
    138 *openbsd*|*freebsd*)
    139         dnl Do not set '-Wl,--no-undefined' on freebsd/openbsd
     138*openbsd*|*freebsd*|*darwin*)
     139        dnl Do not set '-Wl,--no-undefined' on freebsd/openbsd/darwin
    140140        ;;
    141141*)
    142142        LDFLAGS="$LDFLAGS -Wl,--no-undefined"