From f3f6a90bbeaaa5181771ae9854a6e3362f6899d9 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 25 Jan 2010 21:45:48 +0000 Subject: [PATCH] Fix wx-config references, also don't run configure under bash. Originally committed to SVN as r4040. --- devel/tinderbox/buildbot/master/master.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"