diff --git a/dports/devel/pth/Portfile b/dports/devel/pth/Portfile
index 8c1b861..cadeac5 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name pth |
7 | 7 | version 2.0.7 |
| 8 | revision 1 |
8 | 9 | categories devel |
9 | 10 | license LGPL-2.1+ |
10 | 11 | maintainers nomaintainer |
… |
… |
checksums md5 9cb4a25331a4c4db866a31cbe507c793 \ |
27 | 28 | |
28 | 29 | configure.args --mandir=${prefix}/share/man |
29 | 30 | |
| 31 | platform darwin 9 { |
| 32 | if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} { |
| 33 | configure.args-append --with-mctx-mth=sjlj --with-mctx-dsp=ssjlj --with-mctx-stk=sas |
| 34 | } |
| 35 | } |
| 36 | |
30 | 37 | post-configure { |
31 | 38 | reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool |
32 | 39 | } |