Ticket #991: gnutplot.patch

File gnutplot.patch, 724 bytes (added by mdales@…, 21 years ago)

diff between old portfile and changed portfile

  • Portfile

    old new  
    55version         3.8h.0
    66revision        0
    77categories      math science
    8 maintainers     jpm@opendarwin.org
     8maintainers     mdales@opendarwin.org
    99description     A command-driven interactive function plotting program
    1010long_description        Gnuplot is a command-driven interactive function \
    1111        plotting program. Plots any number of functions, built up of C \
     
    1919patchfiles      patch-term.h
    2020configure.env   LDFLAGS="-L${prefix}/lib" \
    2121        CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
    22 configure.args  --with-readline=gnu --with-gd --without-x
     22configure.args  --with-readline=gnu --with-gd
    2323destroot.destdir prefix=${destroot}${prefix}
    2424
    2525variant x11 {