Ticket #17284: Portfile.diff

File Portfile.diff, 1000 bytes (added by rgovostes@…, 15 years ago)

Patch to Portfile

  • Portfile

    old new  
    1 # $Id: Portfile 30237 2007-10-23 01:46:57Z jmpp@macports.org $
     1# $Id$
    22
    33PortSystem 1.0
    44
    55name                    lp_solve
    6 version                 5.5.0.9
     6version                 5.5.0.13
    77categories              math
    88platforms               darwin
    99maintainers             nomaintainer
     
    1818master_sites    sourceforge:lpsolve
    1919distname                ${name}_${version}_source
    2020worksrcdir              ${name}_5.5
    21 checksums               md5 8c2823c8dc3d4cb80b7510b1d500635d \
    22                                 sha1 f780dcd60a1eeac66210d4b715c50373217176c6 \
    23                                 rmd160 e5fbe8a01508165ecea069dcb71f4ba658edf341
     21checksums               md5 e8e71b1bf86267597d5776ab0f69721d \
     22                                sha1 ddad2f7aabfcc9c9998800c09b4a3d27fca7138f \
     23                                rmd160 63ffd2df25bde0c7ca5da4fba4140a8fb97b0495
    2424
     25patchfiles              patch-Wno-long-double.diff
    2526use_configure   no
    2627set worksrcpath ${workpath}/${worksrcdir}
    2728build.cmd               cd ${worksrcpath}/lpsolve55/ && sh ./ccc.osx && \