~openelec-developers/openelec/webbrowser-integration

« back to all changes in this revision

Viewing changes to packages/mediacenter/xbmc/patches/117_xbmc-crosscompile_add_support_to_crosscompile_internal_libass-0.1.diff

  • Committer: Stephan Raue
  • Date: 2010-04-01 12:21:02 UTC
  • mfrom: (2215.1.216 openelec)
  • Revision ID: stephan@x200t.openelec.tv-20100401122102-yszts90ngqfkupv5
merging trunk

Show diffs side-by-side

added added

removed removed

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