wine fix for package xvidcore (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2010-06-06 00:17:24 +02:00
parent 4b6a9eb0e2
commit 5001854415
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \