# HG changeset patch # User Volker Grabsch # Date 1273489426 -7200 # Node ID d19d211031271d89b508b6658895730361dffdab # Parent 35a9e556c82caff8c8bdacb9d79eadd726b263ee wine fix for package libgomp (by Tony Theodore) diff -r 35a9e556c82c -r d19d21103127 src/libgomp.mk --- a/src/libgomp.mk Sun May 09 23:21:01 2010 +0200 +++ b/src/libgomp.mk Mon May 10 13:03:46 2010 +0200 @@ -18,6 +18,9 @@ endef define $(PKG)_BUILD + # wine confuses the cross-compiling detection, so set it explicitly + $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/libgomp/configure' + mkdir -p '$(1)/build/$(TARGET)/libgomp' cd '$(1)/build/$(TARGET)/libgomp' && '$(1)/libgomp/configure' \ --host='$(TARGET)' \