summaryrefslogtreecommitdiff
path: root/Ports/scummvm/patches/configure.patch
blob: f8a5f37b881be7d264623377a8989cde2d616a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- scummvm-2.2.0/configure	2020-09-13 23:05:37.000000000 +0200
+++ scummvm-2.2.0-patched/configure	2021-06-07 14:15:33.369406722 +0200
@@ -3917,7 +3917,7 @@
 	amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | morphos | n64 | ps3 | psp2 | psp | riscos | wii)
 		_posix=no
 		;;
-	3ds | android | androidsdl | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | solaris* | sunos* | switch | uclinux*)
+	3ds | android | androidsdl | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | serenity* | solaris* | sunos* | switch | uclinux*)
 		_posix=yes
 		;;
 	os2-emx*)
@@ -5073,6 +5073,8 @@
 # Check for FreeType2 to be present
 #
 find_freetype() {
+    _freetype_found="true"
+    return
         # Wrapper function which tries to find freetype
         # either by calling freetype-config or by using
         # pkg-config.