Ticket #13843: patch-Portfile

File patch-Portfile, 498 bytes (added by mww@…, 16 years ago)

patch for devel/boost/Portfile

Line 
1--- Portfile    2008-01-06 01:04:30.000000000 +0100
2+++ Portfile.new        2008-01-06 01:05:21.000000000 +0100
3@@ -19,12 +19,16 @@
4 platforms              darwin
5 
6 depends_build          bin:bjam:boost-jam
7+depends_lib            port:zlib port:bzip2
8 
9 platform darwin 9 {
10        depends_build-append    port:gmake
11        build.cmd               gmake
12 }
13 
14+build.env      BZIP2_INCLUDE=${prefix}/include BZIP2_LIBPATH=${prefix}/lib \
15+               ZLIB_INCLUDE=${prefix}/include ZLIB_LIBPATH=${prefix}/lib
16+
17 platform darwin {
18        post-destroot {
19                cd ${destroot}${prefix}/lib