Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36600

Show
Ignore:
Timestamp:
2008-05-07 06:08:40 (7 months ago)
Author:
jmr@…
Message:

tiff: apply the proper Leopard build fix from #12997 (maintainer timeout)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/tiff/Portfile

    r33441 r36600  
    5353platform macosx { 
    5454    configure.args-append   --with-apple-opengl-framework 
    55     post-configure { reinplace "s,-L/usr/X11/lib,," ${worksrcpath}/tools/Makefile } 
     55} 
     56 
     57platform darwin 9 { 
     58    configure.ldflags-append    -dylib_file \ 
     59                        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ 
     60                        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 
    5661} 
    5762 
     
    5964livecheck.url   http://www.remotesensing.org/libtiff/ 
    6065livecheck.regex v(\\d+(?:\\.\\d+)*) 
    61