changeset 30:6f3b7e52ad54

portability fix for freetype for FreeBSD (by Rocco Rutte)
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 29 Jun 2007 22:17:15 +0200
parents 59f495f9758d
children 1fa7c3772365
files build_mingw_cross_env.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Tue Jun 26 02:17:59 2007 +0200
+++ b/build_mingw_cross_env.sh	Fri Jun 29 22:17:15 2007 +0200
@@ -872,6 +872,7 @@
     cd "$SOURCE"
     tar xfvj "$DOWNLOAD/freetype-$VERSION_freetype.tar.bz2"
     cd "freetype-$VERSION_freetype"
+    GNUMAKE=gmake \
     ./configure \
         --host="$TARGET" \
         --disable-shared \