Ticket #34407: Portfile.diff

File Portfile.diff, 622 bytes (added by howarth@…, 12 years ago)

Portfile hack to work around stray -L

  • Portfile

    old new  
    55
    66name                glw
    77version             20120116
     8revision            1
    89categories          x11 devel graphics
    910platforms           darwin
    1011maintainers         css
     
    4950configure.args      --disable-silent-rules \
    5051                    --enable-motif
    5152
     53post-configure {
     54   reinplace  "s| -L -lXft| -lXft|g" ${worksrcpath}/src/glw/Makefile
     55}
     56
    5257livecheck.type      regex
    5358livecheck.version   [regsub {(....)(..)(..)} ${version} {\1-\2-\3}]
    5459livecheck.regex     {>(\d{4}-\d{2}-\d{2})<}