Externals/freetype - Fix for cross-compiler
authorJohn Hodge <[email protected]>
Mon, 10 Mar 2014 03:06:49 +0000 (11:06 +0800)
committerJohn Hodge <[email protected]>
Mon, 10 Mar 2014 03:06:49 +0000 (11:06 +0800)
Externals/freetype/Makefile
Externals/freetype/patches/builds/unix/config.sub.patch [new file with mode: 0644]

index db56641..71d757f 100644 (file)
@@ -7,8 +7,8 @@ DEPS :=
 TARBALL_PATTERN := freetype-*.tar.bz2
 TARBALL_TO_DIR_L := %.tar.bz2
 TARBALL_TO_DIR_R := %
-PATCHES := 
+PATCHES := builds/unix/config.sub
 CONFIGURE_ARGS = 
 
-include ../common.mk
+include ../common_automake.mk
 
diff --git a/Externals/freetype/patches/builds/unix/config.sub.patch b/Externals/freetype/patches/builds/unix/config.sub.patch
new file mode 100644 (file)
index 0000000..f1ba62f
--- /dev/null
@@ -0,0 +1,9 @@
+--- builds/unix/config.sub
++++ builds/unix/config.sub
+@@ -1498,3 +1498,6 @@
+               ;;
++      -acess2)
++              os=-acess2
++              ;;
+       -aros*)
+               os=-aros

UCC git Repository :: git.ucc.asn.au