Ticket #30649: patch-Portfile.diff

File patch-Portfile.diff, 600 bytes (added by gaochangjian@…, 13 years ago)
  • Portfile

    old new  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 64438 2010-03-06 00:27:41Z jmr@macports.org $
    23
    34PortSystem      1.0
     
    2728
    2829extract.mkdir   yes
    2930
     31platform darwin 11 {
     32    patchfiles-append patch-makefile.diff
     33}
     34
    3035configure {
    3136    reinplace -E "/BSD4_3/s|(CFLAGS=\")|LDFLAGS=\"[join ${configure.ldflags} " "]\" \
    3237        \\1[join ${configure.cflags} " "] |" \