From ac2a41e9f06fa30ee487fa549763550103291777 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 25 Jan 2010 15:13:26 +0000 Subject: [PATCH] Fix location of wx-config to the general link. Originally committed to SVN as r4039. --- 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 53669f35e..7a5eaefd8 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-2.9", + "--with-wx-config=/Users/verm/prefix/bin/wx-config", "--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-2.9", + "--with-wx-config=/Users/verm/prefix/bin/wx-config", "--enable-debug" "--prefix=/Users/verm/i", "--disable-check-wx-opengl",