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 1 2 # $Id: Portfile 64438 2010-03-06 00:27:41Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 … … 27 28 28 29 extract.mkdir yes 29 30 31 platform darwin 11 { 32 patchfiles-append patch-makefile.diff 33 } 34 30 35 configure { 31 36 reinplace -E "/BSD4_3/s|(CFLAGS=\")|LDFLAGS=\"[join ${configure.ldflags} " "]\" \ 32 37 \\1[join ${configure.cflags} " "] |" \