summaryrefslogtreecommitdiffstats
path: root/devel/libunwind/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libunwind/BUILD')
-rwxr-xr-xdevel/libunwind/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libunwind/BUILD b/devel/libunwind/BUILD
index 3afa5d04b5..129c82a6a4 100755
--- a/devel/libunwind/BUILD
+++ b/devel/libunwind/BUILD
@@ -1,7 +1,9 @@
+if [[ $LIBUNWIND_BRANCH == scm ]]; then
mkdir -p config &&
libtoolize --copy &&
aclocal &&
autoheader &&
automake --add-missing --copy &&
-autoconf &&
+autoconf
+fi &&
default_build