diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index 3017e6687..b9304f1d0 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -124,6 +124,9 @@ flinux.addStep(source.SVN(mode="clobber", svnurl=source_unix)) flinux.addStep(shell.ShellCommand( command=["./autogen.sh", "--skip-configure"], + env={ + 'ACLOCAL_FLAGS': '-I /home/verm/build/wx/share/aclocal' + } name = "autogen", description = ["autogening"], descriptionDone = ["autogen"], @@ -134,7 +137,9 @@ flinux.addStep(shell.ShellCommand( command=["./configure", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), "--disable-check-wx-stc", - "--disable-check-wx-opengl" + "--disable-check-wx-opengl", + "--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9" + " ], env={ 'CC': '/usr/lib/ccache/gcc',