Ticket #47481: Portfile-stunnel.diff
File Portfile-stunnel.diff, 1.0 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 1 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 2 # $Id: Portfile 13 5151 2015-04-16 19:39:07Z ciserlohn@macports.org $2 # $Id: Portfile 134437 2015-03-25 17:39:01Z larryv@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 … … 50 50 51 51 default_variants +libwrap 52 52 53 platform darwin 9 { 54 # 10.5 has issues building with gcc 4.2 https://trac.macports.org/ticket/47481 55 patchfiles-append patch-src-client.c.diff \ 56 patch-src-log.c.diff 57 } 58 59 platform darwin 10 { 60 # 10.6 has issues building with gcc 4.2 https://trac.macports.org/ticket/47481 61 patchfiles-append patch-src-client.c.diff \ 62 patch-src-log.c.diff 63 } 64 53 65 # Tell the user about the stupid fake certificate that we provide. 54 66 notes " 55 67 A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem