remove an old GCC workaround which is no longer needed

This commit is contained in:
Volker Grabsch 2011-03-27 15:53:15 +02:00
parent 039b291ac0
commit d29806fbe3
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# workaround for the missing snprintf() in the <cstdio> of GCC-4.4.0
$(SED) -i 's,#include <cstdio>,#include <stdio.h>,' '$(1)/xmpsdk/src/XMPMeta.cpp'
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
$(SED) -i 's/ -no-undefined//;' '$(1)/configure'