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"