Ticket #16453: apr-util.patch

File apr-util.patch, 1.2 KB (added by wsiegrist@…, 16 years ago)

Patch for apr-util Portfile

  • Portfile

     
    33PortSystem 1.0
    44
    55name            apr-util
    6 version         1.3.2
     6version         1.3.4
    77categories      devel
    88maintainers     dluke@geeklair.net
    99platforms       darwin
     
    1515homepage        http://apr.apache.org/
    1616master_sites    apache:apr
    1717use_bzip2       yes
    18 checksums       md5 aa782fb9ced8b59c8e99419d8cdd1981 \
    19                 sha1 a7632caac8bbf3713fc54ed76a3197a6e9f19f55 \
    20                 rmd160 bdc9d4c28a1463e56683bfbee9f1073552242af3
     18checksums           md5     adfbe525cf3914cf769340e8f6a6d14b \
     19                    sha1    345f83ee4aefdc85c900bdbd2c4f068da92a6b34 \
     20                    rmd160  268667f011a829e4abfcd1bfb2dbda2de84fe194
    2121
    2222depends_lib     port:apr port:expat \
    2323                port:libiconv port:db46 \
     
    2626use_parallel_build      yes
    2727configure.args  --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \
    2828                --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db46 \
    29                 --without-mysql --without-pgsql --with-sqlite3=${prefix}
     29                --without-mysql --without-pgsql --with-sqlite3=${prefix} --disable-util-dso
    3030
    3131test.run        yes
    3232test.target     check