Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $(DIST_DIR)/lib/libharfbuzz.a: build/lib/freetype/build_hb/dist_hb/lib/libfreety
# Freetype with Harfbuzz
$(DIST_DIR)/lib/libfreetype.a: $(DIST_DIR)/lib/libharfbuzz.a $(DIST_DIR)/lib/libbrotlidec.a
cd build/lib/freetype && \
EM_PKG_CONFIG_PATH=$(DIST_DIR)/lib/pkgconfig \
EM_PKG_CONFIG_PATH=$(DIST_DIR)/lib/pkgconfig:$(BASE_DIR)build/lib/freetype/build_hb/dist_hb/lib/pkgconfig \
emconfigure ./configure \
CFLAGS=" \
-s USE_PTHREADS=0 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/configure.ac b/configure.ac
index 394c281..1cb2f74 100644
index 26b974a..b73d132 100644
--- a/configure.ac
+++ b/configure.ac
@@ -681,22 +681,8 @@ if $fc_cv_have_solaris_atomic_ops; then
@@ -712,22 +712,8 @@ if $fc_cv_have_solaris_atomic_ops; then
AC_DEFINE(HAVE_SOLARIS_ATOMIC_OPS, 1, [Have Solaris __machine_*_barrier and atomic_* operations])
fi

Expand Down
46 changes: 0 additions & 46 deletions build/patches/fontconfig/0003-fix-fcstats-emscripten.patch

This file was deleted.

26 changes: 0 additions & 26 deletions build/patches/freetype/0001-disable-exports.patch

This file was deleted.

10 changes: 0 additions & 10 deletions build/patches/harfbuzz/0002-disable-dependency-build.patch

This file was deleted.

Empty file removed build/patches/libass/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion lib/fontconfig
Submodule fontconfig updated from e291fd to d37f97