most recent changes, diff for multiterm
Index: aqua/MultiTerm/Portfile
--- aqua/MultiTerm/Portfile (revision 28954)
+++ aqua/MultiTerm/Portfile (revision 28955)
@@ -25,11 +25,17 @@
worksrcdir ${name}
pre-build {
- cd ${worksrcpath}
- touch gpl.html gpl.txt
+ touch ${worksrcpath}/gpl.html ${worksrcpath}/gpl.txt
}
-universal_variant no
+variant universal {
+ post-patch {
+ reinplace -E "/OTHER_CFLAGS =/s|\"\"|\"${configure.universal_cflags}\"|" \
+ ${worksrcpath}/${name}.pbproj/project.pbxproj
+ reinplace -E "/OTHER_LDFLAGS =/s|\"\"|\"${configure.universal_ldflags}\"|" \
+ ${worksrcpath}/${name}.pbproj/project.pbxproj
+ }
+}
livecheck.check regex
livecheck.url ${homepage}