Skip to content
Permalink
Browse files

spatialite: Remove unexpected ui_msgs

  • Loading branch information
ryandesign committed Mar 21, 2018
1 parent a378863 commit bf5cba44ec5b47131d7125d3b68f1fb904b5fcb0
Showing with 0 additions and 2 deletions.
  1. +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

0 comments on commit bf5cba4

Please sign in to comment.
You can’t perform that action at this time.