changeset 1708:d3c23d0cf3f7

remove an old GCC workaround which is no longer needed
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 27 Mar 2011 15:53:15 +0200
parents 4e48476ea587
children b32558e52428
files src/exiv2.mk
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <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'