From ea5bdad0365a1f5c72af72d0adff9984f117f2e7 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 5 Sep 2009 23:58:25 +0000 Subject: [PATCH] Set path to correct wx-config, this shouild fix disting on freebsd. Originally committed to SVN as r3493. --- aegisub/tinderbox/unix/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tinderbox/unix/dist.sh b/aegisub/tinderbox/unix/dist.sh index 297094779..6383ddceb 100755 --- a/aegisub/tinderbox/unix/dist.sh +++ b/aegisub/tinderbox/unix/dist.sh @@ -10,7 +10,7 @@ fi # On FreeBSD "make" is PMake, so we need to use 'gmake' if test "${UNAME_S}" = "FreeBSD"; then BIN_MAKE="gmake" - CONFIGURE_ARGS="--with-wx-config=/usr/local/bin/wxgtk2u-2.8-config" + CONFIGURE_ARGS="--with-wx-config=/usr/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9" else BIN_MAKE="make" fi