[Scummvm-git-logs] scummvm master -> 937cfee049f03fdb6dcea2a60e8b5b5e84045fe8

chkuendig noreply at scummvm.org
Thu Jan 15 22:34:51 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
937cfee049 Revert "BUILD: Fix linker flag for FREETYPE2 for EMSCRIPTEN port"


Commit: 937cfee049f03fdb6dcea2a60e8b5b5e84045fe8
    https://github.com/scummvm/scummvm/commit/937cfee049f03fdb6dcea2a60e8b5b5e84045fe8
Author: Christian Kündig (christian at kuendig.info)
Date: 2026-01-15T23:33:37+01:00

Commit Message:
Revert "BUILD: Fix linker flag for FREETYPE2 for EMSCRIPTEN port"

This reverts commit fdd7a73e2ad0fd11021d1b00798c5b3daadb8f96.

Changed paths:
    configure


diff --git a/configure b/configure
index c94303c459e..970c91e08a2 100755
--- a/configure
+++ b/configure
@@ -3353,7 +3353,7 @@ EOF
 		# on whether the port has been used before (and is detected) which is unpredictable.
 		if test "$_freetype2" = yes; then
 			# neither pkg-config nor freetype-config work, so we setup freetype manually
-			append_var LDFLAGS "-s USE_FREETYPE2=1"
+			append_var LDFLAGS "-s USE_FREETYPE=1"
 			_freetype_found="true"
 			_freetypepath="$EMSDK/upstream/emscripten/cache/sysroot/include/freetype2/"
 			FREETYPE2_CFLAGS="-I$_freetypepath"




More information about the Scummvm-git-logs mailing list