Changeset 82572
- Timestamp:
- 08/15/11 13:44:02 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/gpgme/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/gpgme/Portfile
r80825 r82572 40 40 41 41 post-configure { 42 if {[variant_isset universal]} { 43 set archflags ${configure.universal_ldflags} 44 } else { 45 set archflags ${configure.ld_archflags} 46 } 47 reinplace "s|CC -dynamiclib|CC -dynamiclib ${archflags}|g" ${worksrcpath}/libtool 42 reinplace "s|CC -dynamiclib|CC -dynamiclib [get_canonical_archflags]|g" ${worksrcpath}/libtool 48 43 } 49 44
Note: See TracChangeset
for help on using the changeset viewer.

