Ticket #12096: Portfile.2.diff

File Portfile.2.diff, 739 bytes (added by sanchom (Sancho McCann), 17 years ago)

boost 1.34 portfile diff now includes icu variant

  • (a) Portfile.orig vs. (b) /Users/sancho/Desktop/Portfile

    a b  
    1 # $Id: Portfile 26030 2007-06-09 20:38:46Z ryandesign@macports.org $
     1# $Id: Portfile 20404 2007-06-09 21:09:21Z sanchom@gmail.com $
    22
    33PortSystem 1.0
    44
     
    6969                        LIBDIR=${destroot}${prefix}/lib INCLUDEDIR=${destroot}${prefix}/include \
    7070                        install
    7171
    72 configure.args          --without-libraries=python
     72configure.args          --without-libraries=python --without-icu
    7373
    7474variant python {
    7575        set pyversion           2.4
     
    7878        configure.args-delete   --without-libraries=python
    7979}
    8080
     81variant icu {
     82        depends_lib             port:icu
     83
     84        configure.args-delete   --without-icu
     85        configure.args-append   --with-icu
     86}