Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
desktop
>
mysql-workbench
> mysql-workbench-gpl-5.2.47-ctemplate-fix.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mysql-workbench-gpl-5.2.47-ctemplate-fix.patch of Package mysql-workbench
--- configure.in.orig 2013-02-14 21:54:13.000000000 +0100 +++ configure.in 2013-09-14 17:40:18.003229987 +0200 @@ -398,10 +398,10 @@ AM_CONDITIONAL(USE_READLINE, test "x$use_readline" = "xyes") -AM_CONDITIONAL(BUILD_CTEMPLATE, test "x$ac_system_ctemplate" != "xyes") +AM_CONDITIONAL(BUILD_CTEMPLATE, test "x$ac_system_ctemplate" \!= "xyes") AM_CONDITIONAL(BUILD_SE, test "x$std_edition" = "xyes") AM_CONDITIONAL(BUNDLE_UTILITIES, test "x$bundle_utilities" = "xyes") -AM_CONDITIONAL(BUILD_ANTLR_RUNTIME, test "x$ac_system_antlr_runtime" != "xyes") +AM_CONDITIONAL(BUILD_ANTLR_RUNTIME, test "x$ac_system_antlr_runtime" \!= "xyes") # # pcre --- ext/Makefile.am.orig 2013-02-14 21:53:57.000000000 +0100 +++ ext/Makefile.am 2013-09-14 17:42:16.666845263 +0200 @@ -1,13 +1,9 @@ -if BUILD_CTEMPLATE -ctemplate_dirs=ctemplate -endif - if BUILD_ANTLR_RUNTIME antlr_dirs=antlr-runtime endif -SUBDIRS=scintilla/gtk cppconn vsqlite++ $(antlr_dirs) $(ctemplate_dirs) +SUBDIRS=scintilla/gtk cppconn vsqlite++ $(antlr_dirs) if BUNDLE_UTILITIES all-am: