summaryrefslogtreecommitdiffstats
path: root/graphics-libs/harfbuzz/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/harfbuzz/PRE_BUILD')
-rwxr-xr-xgraphics-libs/harfbuzz/PRE_BUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics-libs/harfbuzz/PRE_BUILD b/graphics-libs/harfbuzz/PRE_BUILD
index 945d8bcb4f..5d1215e5b5 100755
--- a/graphics-libs/harfbuzz/PRE_BUILD
+++ b/graphics-libs/harfbuzz/PRE_BUILD
@@ -1,4 +1,6 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+default_pre_build &&
-NOCONFIGURE=y ./autogen.sh
+if [[ "$HARFBUZZ_BRANCH" == "scm" ]]; then
+ cd $SOURCE_DIRECTORY &&
+ NOCONFIGURE=y ./autogen.sh
+fi