Changeset 82575
- Timestamp:
- 08/15/11 13:50:33 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/PlasmaShop/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/PlasmaShop/Portfile
r73669 r82575 49 49 50 50 variant universal {} 51 if {[variant_isset universal]} {52 set archflags ${configure.universal_cflags}53 } else {54 set archflags ${configure.cc_archflags}55 }56 51 57 52 post-patch { … … 60 55 reinplace "s|@APPLICATIONS_DIR@|${applications_dir}|g" ${worksrcpath}/${file} 61 56 } 62 reinplace "s|@CFLAGS@|${configure.cflags} ${archflags}|g" ${worksrcpath}/config63 reinplace "s|@CXXFLAGS@|${configure.cxxflags} ${archflags}|g" ${worksrcpath}/config64 reinplace "s|@LDFLAGS@|${configure.ldflags} ${archflags}|g" ${worksrcpath}/config57 reinplace "s|@CFLAGS@|${configure.cflags} [get_canonical_archflags]|g" ${worksrcpath}/config 58 reinplace "s|@CXXFLAGS@|${configure.cxxflags} [get_canonical_archflags]|g" ${worksrcpath}/config 59 reinplace "s|@LDFLAGS@|${configure.ldflags} [get_canonical_archflags]|g" ${worksrcpath}/config 65 60 } 66 61
Note: See TracChangeset
for help on using the changeset viewer.

