diff options
-rwxr-xr-x | xorg/freetype-harfbuzz/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg/freetype-harfbuzz/build b/xorg/freetype-harfbuzz/build index d42d5ac0..88ad58f0 100755 --- a/xorg/freetype-harfbuzz/build +++ b/xorg/freetype-harfbuzz/build @@ -19,6 +19,7 @@ build_harfbuzz() ( ./configure \ --prefix=/usr \ --with-glib=yes \ + --enable-static \ --with-icu=no make |