comparison src/xvidcore.mk @ 1696:c0a4e94c22fb

package xvidcore: workaround for gcc 4.6
author Mark Brand <mabrand@mabrand.nl>
date Sat, 26 Mar 2011 00:57:34 +0100
parents 79cd458d80d8
children 8aba3acd6389
comparison
equal deleted inserted replaced
1695:39c89a932887 1696:c0a4e94c22fb
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 # wine confuses the cross-compiling detection, so set it explicitly 22 # wine confuses the cross-compiling detection, so set it explicitly
23 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' 23 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
24 $(SED) -i 's,-mno-cygwin,,' '$(1)/configure'
24 cd '$(1)' && ./configure \ 25 cd '$(1)' && ./configure \
25 --host='$(TARGET)' \ 26 --host='$(TARGET)' \
26 --prefix='$(PREFIX)/$(TARGET)' 27 --prefix='$(PREFIX)/$(TARGET)'
27 $(MAKE) -C '$(1)' -j '$(JOBS)' BUILD_DIR='build' SHARED_LIB= 28 $(MAKE) -C '$(1)' -j '$(JOBS)' BUILD_DIR='build' SHARED_LIB=
28 $(INSTALL) -d '$(PREFIX)/$(TARGET)/include' 29 $(INSTALL) -d '$(PREFIX)/$(TARGET)/include'