~openelec-developers/openelec/webbrowser-integration

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur xbmc-28910/configure.in xbmc-28910.patch/configure.in
--- xbmc-28910/configure.in	2010-03-28 18:46:17.449635092 +0200
+++ xbmc-28910.patch/configure.in	2010-03-28 18:46:54.862753477 +0200
@@ -1412,7 +1412,9 @@
     ./configure MACOSX_DEPLOYMENT_TARGET=10.4
   else
     CFLAGS="$CFLAGS -fPIC" \
-    ./configure
+    ./configure \
+      --host=$host_alias \
+      --build=$build_alias
   fi
 ], [$USE_EXTERNAL_LIBASS])