From 34773d4ea13f8cab730b049eb5a37d002ef0547e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 24 Jul 2009 07:55:56 +0000 Subject: [PATCH] Fix the FreeBSD build factory. Originally committed to SVN as r3256. --- 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 b9304f1d0..368c421a3 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -187,7 +187,7 @@ ffbsd.addStep(shell.ShellCommand( command=["./autogen.sh", "--skip-configure"], env={ - 'ACLOCAL_FLAGS': '-I /usr/local/share/aclocal', + 'ACLOCAL_FLAGS': '-I /usr/local/share/aclocal -I /usr/home/verm/build/wx/share/aclocal', 'ACLOCAL': 'aclocal-1.9', 'AUTOCONF': 'autoconf-2.62', 'AUTOHEADER': 'autoheader-2.62', @@ -200,7 +200,7 @@ ffbsd.addStep(shell.ShellCommand( command=["/usr/local/bin/bash", "./configure", "--prefix=/usr/local", WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"), - "--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9", + "--with-wx-config=/usr/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9", "--enable-maintainer-mode", "--disable-check-wx-opengl", "--disable-check-wx-stc"