diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index 7a5eaefd8..f77287f57 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -156,7 +156,7 @@ flinux.addStep(shell.ShellCommand( WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), "--disable-check-wx-stc", "--disable-check-wx-opengl", - "--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9" + "--with-wx-config=/home/verm/build/wx-trunk/bin/wx-config" ], env={ 'CC': '/usr/lib/ccache/gcc', @@ -215,10 +215,10 @@ ffbsd.addStep(shell.ShellCommand( )) ffbsd.addStep(shell.ShellCommand( - command=["/usr/local/bin/bash", "./configure", + command=["./configure", "--prefix=/usr/local", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), - "--with-wx-config=/usr/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9", + "--with-wx-config=/home/verm/build/wx-trunk/bin/wx-config", "--enable-maintainer-mode", "--disable-check-wx-opengl", "--disable-check-wx-stc"