Changeset 37877 for trunk/dports


Ignore:
Timestamp:
Jun 27, 2008, 5:26:39 PM (16 years ago)
Author:
blair@…
Message:

Fix the build if apr-0 and apr-util-0 is installed by specifying
exactly the path to apr-1-config and apu-1-config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/subversion-python24bindings/Portfile

    r37864 r37877  
    4141
    4242configure.args          --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
    43                         --with-neon=${prefix} --with-apr=${prefix} \
    44                         --with-apr-util=${prefix} --without-apxs \
     43                        --with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
     44                        --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
    4545                        --mandir=\\\${prefix}/share/man \
    4646                        --disable-neon-version-check --with-serf=${prefix} \
Note: See TracChangeset for help on using the changeset viewer.