Ticket #11664: libpng-1.2.16+flags.diff
File libpng-1.2.16+flags.diff, 671 bytes (added by pipping@…, 18 years ago) |
---|
-
Portfile
26 26 depends_lib port:zlib 27 27 28 28 configure.args --mandir=${prefix}/share/man 29 configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"30 29 31 30 test.run yes 32 31 test.target check … … 36 35 xinstall -d -m 755 ${destroot}${prefix}/share/${name} 37 36 file copy ${worksrcpath}/example.c ${destroot}${prefix}/share/${name} 38 37 } 39 40 platform darwin 8 {41 configure.env-append CC=/usr/bin/gcc-4.0 \42 CXX=/usr/bin/g++-4.0 \43 CPP=/usr/bin/cpp-4.044 }