Ticket #1894: pngmeta-1.11_0-zlib-png-path-fix.patch

File pngmeta-1.11_0-zlib-png-path-fix.patch, 560 bytes (added by thomas+opendarwin@…, 20 years ago)

patch for the pngmeta 1.11_0 Portfile

  • Portfile

    old new  
    1212master_sites    sourceforge:pmt
    1313checksums       md5 5d495f7668f7ccc64a1576c8cfd15506
    1414depends_lib     lib:libpng:libpng
    15 configure.args  --with-png=${prefix}
     15configure.args  --with-png-lib="${prefix}/lib" \
     16                --with-png-includes="${prefix}/include" \
     17                --with-png="${prefix}" \
     18                --with-zlib="${prefix}/include" \
     19                --with-zlib-includes="${prefix}/include" \
     20                --with-zlib-lib="${prefix}/lib"
    1621test.run        yes
    1722test.target     check