Skip to content

Commit de5cf9a

Browse files
authored
Merge pull request #40 from dmitrylyzo/TheOneric/patch_cleanup
[TheOneric] Patch cleanup
2 parents 31f38a6 + 7d303f5 commit de5cf9a

File tree

7 files changed

+4
-86
lines changed

7 files changed

+4
-86
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $(DIST_DIR)/lib/libharfbuzz.a: build/lib/freetype/build_hb/dist_hb/lib/libfreety
164164
# Freetype with Harfbuzz
165165
$(DIST_DIR)/lib/libfreetype.a: $(DIST_DIR)/lib/libharfbuzz.a $(DIST_DIR)/lib/libbrotlidec.a
166166
cd build/lib/freetype && \
167-
EM_PKG_CONFIG_PATH=$(DIST_DIR)/lib/pkgconfig \
167+
EM_PKG_CONFIG_PATH=$(DIST_DIR)/lib/pkgconfig:$(BASE_DIR)build/lib/freetype/build_hb/dist_hb/lib/pkgconfig \
168168
emconfigure ./configure \
169169
CFLAGS=" \
170170
-s USE_PTHREADS=0 \

build/patches/fontconfig/0002-disable-pthreads.patch renamed to build/patches/fontconfig/0001-disable-pthreads.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/configure.ac b/configure.ac
2-
index 394c281..1cb2f74 100644
2+
index 26b974a..b73d132 100644
33
--- a/configure.ac
44
+++ b/configure.ac
5-
@@ -681,22 +681,8 @@ if $fc_cv_have_solaris_atomic_ops; then
5+
@@ -712,22 +712,8 @@ if $fc_cv_have_solaris_atomic_ops; then
66
AC_DEFINE(HAVE_SOLARIS_ATOMIC_OPS, 1, [Have Solaris __machine_*_barrier and atomic_* operations])
77
fi
88

build/patches/fontconfig/0003-fix-fcstats-emscripten.patch

Lines changed: 0 additions & 46 deletions
This file was deleted.

build/patches/freetype/0001-disable-exports.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

build/patches/harfbuzz/0002-disable-dependency-build.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

build/patches/libass/.gitkeep

Whitespace-only changes.

lib/fontconfig

Submodule fontconfig updated from e291fda to d37f972

0 commit comments

Comments
 (0)