Changeset 82574
- Timestamp:
- 08/15/11 13:49:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/pth/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/pth/Portfile
r80233 r82574 29 29 30 30 post-configure { 31 if {[variant_isset universal]} { 32 set archflags ${configure.universal_ldflags} 33 } else { 34 set archflags ${configure.ld_archflags} 35 } 36 reinplace "s|CC -dynamiclib|CC -dynamiclib ${archflags}|g" ${worksrcpath}/libtool 31 reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool 37 32 } 38 33
Note: See TracChangeset
for help on using the changeset viewer.

