comparison src/gtkglext.mk @ 986:73644e566f03

wine fix for package gtkglext (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 19 May 2010 20:59:36 +0200
parents 446515393768
children a4fdc19d981a
comparison
equal deleted inserted replaced
985:3678e84e0238 986:73644e566f03
20 head -1 20 head -1
21 endef 21 endef
22 22
23 define $(PKG)_BUILD 23 define $(PKG)_BUILD
24 cd '$(1)' && autoconf 24 cd '$(1)' && autoconf
25 # wine confuses the cross-compiling detection, so set it explicitly
26 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
25 cd '$(1)' && ./configure \ 27 cd '$(1)' && ./configure \
26 --host='$(TARGET)' \ 28 --host='$(TARGET)' \
27 --prefix='$(PREFIX)/$(TARGET)' \ 29 --prefix='$(PREFIX)/$(TARGET)' \
28 --disable-shared \ 30 --disable-shared \
29 --without-x \ 31 --without-x \