package vmime: take upstream fixes

This commit is contained in:
Mark Brand 2012-06-10 11:26:50 +02:00
parent a44893e465
commit c9ed6ebd4b
2 changed files with 8330 additions and 184 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,14 +16,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# The configure script will make the real configuration, but
# we need scons to generate configure.in, Makefile.am etc.
# ansi and pedantic are too strict for mingw.
# http://sourceforge.net/tracker/index.php?func=detail&aid=2373234&group_id=2435&atid=102435
$(SED) -i "s/'-ansi', //;" '$(1)/SConstruct'
$(SED) -i "s/'-pedantic', //;" '$(1)/SConstruct'
$(SED) -i 's/pkg-config/$(TARGET)-pkg-config/g;' '$(1)/SConstruct'
# The configure script will make the real configuration, but
# we need scons to generate configure.in, Makefile.am etc.
cd '$(1)' && scons autotools \
prefix='$(PREFIX)/$(TARGET)' \
target='$(TARGET)' \
@ -33,6 +29,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--enable-platform-windows \
--disable-rpath \