diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-03-27 13:53:15 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-03-27 13:53:15 (GMT) |
commit | d29806fbe30a2d0f6ecd064084bb6966dc22e116 (patch) | |
tree | 1c28ec05ad9207c141272b993fa0e82df504082b /src/exiv2.mk | |
parent | 039b291ac0508c881d63303c4b22eebbd55e7e3d (diff) | |
download | mxe-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.mk | 2 |
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' |