Date: Monday, June 17, 2019 @ 12:44:29
  Author: eworm
Revision: 481961

build with recent antlr

Modified:
  mysql-workbench/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-17 12:43:47 UTC (rev 481960)
+++ PKGBUILD    2019-06-17 12:44:29 UTC (rev 481961)
@@ -64,6 +64,9 @@
 
        # make sure to link against bundled libraries
        sed -i 
"/target_link_libraries/s|\\$|-L${srcdir}/install-bundle/usr/lib/ \\$|" 
backend/wbpublic/CMakeLists.txt
+
+       # be happy with more recent antlr
+       sed -i '/set(ANTLR_JAR_FILENAME/s/4.7.1/4.7.2/' CMakeLists.txt
 }
 
 build() {

Reply via email to