Ticket #40484: apache2-darwin13.diff

File apache2-darwin13.diff, 863 bytes (added by c9s (Yo-An Lin), 11 years ago)
  • dports/www/apache2/Portfile

    diff --git a/dports/www/apache2/Portfile b/dports/www/apache2/Portfile
    index 690f387..ed0f979 100644
    a b depends_lib port:apr \ 
    3232                    port:expat \
    3333                    port:openssl \
    3434                    port:pcre \
     35                    port:zlib \
    3536                    port:perl5
    3637
    3738# Both apache and apache2 want to install dbmmanage.1 and other manpages.
    configure.args --with-apr=${prefix}/bin/apr-1-config \ 
    6970                   --libdir=${prefix}/lib \
    7071                   --with-expat=${prefix} \
    7172                   --with-pcre=${prefix} \
     73                   --with-z=${prefix} \
    7274                   --mandir=${prefix}/share/man \
    7375                   --enable-mods-shared=all \
    7476                   --enable-authn-alias=shared \