Fix the FreeBSD build factory.

Originally committed to SVN as r3256.
This commit is contained in:
Amar Takhar 2009-07-24 07:55:56 +00:00
parent 1e4119f337
commit 34773d4ea1
1 changed files with 2 additions and 2 deletions

View File

@ -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"