summaryrefslogtreecommitdiffstats
path: root/src/exiv2.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-03-27 13:53:15 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-03-27 13:53:15 (GMT)
commitd29806fbe30a2d0f6ecd064084bb6966dc22e116 (patch)
tree1c28ec05ad9207c141272b993fa0e82df504082b /src/exiv2.mk
parent039b291ac0508c881d63303c4b22eebbd55e7e3d (diff)
downloadmxe-d29806fbe30a2d0f6ecd064084bb6966dc22e116.zip
mxe-d29806fbe30a2d0f6ecd064084bb6966dc22e116.tar.gz
mxe-d29806fbe30a2d0f6ecd064084bb6966dc22e116.tar.bz2
remove an old GCC workaround which is no longer needed
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r--src/exiv2.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk
index dfbffc6..e4e9283 100644
--- a/src/exiv2.mk
+++ b/src/exiv2.mk
@@ -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'