Permalink
Browse files
spatialite: Remove unexpected ui_msgs
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
databases/spatialite/Portfile
|
|
@@ -42,14 +42,12 @@ configure.args-append \ |
|
|
--with-geos-incl=${prefix}/include |
|
|
|
|
|
post-configure { |
|
|
ui_msg "Patching makefiles…" |
|
|
set mkfiles [exec find ${worksrcpath} -name Makefile] |
|
|
foreach file ${mkfiles} { |
|
|
reinplace -q -E "s|^(AM_CPPFLAGS =.*)(-I${prefix}/include )(.*)$|\\1 \\3|" ${file} |
|
|
reinplace -q -E "s|^(gaiageo_la_CPPFLAGS =.*)(-I${prefix}/include )(.*)$|\\1 \\3|" ${file} |
|
|
reinplace -q -E "s|^(splite_la_CPPFLAGS =.*)(-I${prefix}/include )(.*)$|\\1 \\3|" ${file} |
|
|
} |
|
|
ui_msg "Done" |
|
|
} |
|
|
|
|
|
livecheck.type regex |
|
|
|