From c9bc025bb2678e04d1a51542cd45855d1cc1be4a Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 5 Oct 2009 16:54:30 +0000 Subject: [PATCH] Add a ',' so --enable-debug and --prefix don't get mashed together, this was stopping ppc builds from being debug (annoying). Originally committed to SVN as r3616. --- devel/tinderbox/buildbot/master/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index 5bca383e9..698390b47 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -428,7 +428,7 @@ fosx_ppc.addStep(shell.ShellCommand( 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", - "--enable-debug" + "--enable-debug", "--prefix=/Users/verm/i", "--disable-check-wx-opengl", "--disable-check-wx-stc",