# HG changeset patch # User Volker Grabsch # Date 1301233995 -7200 # Node ID d3c23d0cf3f720b95cc781d4d0dac4c8b1fe3ed5 # Parent 4e48476ea587a9bc2d397c890a8fe594a6fdb4fa remove an old GCC workaround which is no longer needed diff -r 4e48476ea587 -r d3c23d0cf3f7 src/exiv2.mk --- a/src/exiv2.mk Sun Mar 27 15:49:26 2011 +0200 +++ b/src/exiv2.mk Sun Mar 27 15:53:15 2011 +0200 @@ -20,8 +20,6 @@ endef define $(PKG)_BUILD - # workaround for the missing snprintf() in the of GCC-4.4.0 - $(SED) -i 's,#include ,#include ,' '$(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'