wine fix for package lcms (by Martin Lambers)

pull/13/head
Volker Grabsch 15 years ago
parent 6a92abc486
commit a1aee03d5b

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

Loading…
Cancel
Save