From fb9ddc45a3cdac4fee81cbadfde420b4756dad64 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 26 Dec 2009 00:26:37 +0000 Subject: [PATCH] We're using wx-trunk for OSX now, as the cocoa port is far ahead of the 2.9 branch. Originally committed to SVN as r3905. --- devel/tinderbox/buildbot/master/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index a4a807249..53669f35e 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -320,7 +320,7 @@ fosx.addStep(shell.ShellCommand( "--prefix=/Users/verm/prefix", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), "--with-apple-opengl-framework", - "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9", + "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-2.9", "--enable-debug", "--disable-check-wx-opengl", "--disable-check-wx-stc" @@ -427,7 +427,7 @@ fosx_ppc.addStep(shell.ShellCommand( "--prefix=/Users/verm/prefix", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), "--with-apple-opengl-framework", - "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9", + "--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-2.9", "--enable-debug" "--prefix=/Users/verm/i", "--disable-check-wx-opengl",