Ticket #37281: openssl_purify_variant.patch
File openssl_purify_variant.patch, 520 bytes (added by gavinandresen@…, 12 years ago) |
---|
Line | |
---|---|
1 | *** /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/openssl/Portfile 2012-09-21 16:23:46.000000000 -0400 |
2 | --- Portfile 2012-12-11 16:25:52.000000000 -0500 |
3 | *************** |
4 | *** 62,67 **** |
5 | --- 62,71 ---- |
6 | configure.args-append enable-rfc3779 |
7 | } |
8 | |
9 | + variant purify description {compile with -DPURIFY for better purify/valgrind compatibility } { |
10 | + configure.args-append -DPURIFY |
11 | + } |
12 | + |
13 | # code for universal build |
14 | array set merger_configure_args { |
15 | ppc darwin-ppc-cc |