diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-02-10 11:58:41 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-02-10 11:58:41 (GMT) |
commit | 30908710180d04365c48b463922bd861105cbcc8 (patch) | |
tree | 5aa6491475abd1527e20b6175cecfe9ced51d3ab /src/vmime.mk | |
parent | 68899a035b8c2d4b90b28d49960d0e945bda3e77 (diff) | |
download | mxe-30908710180d04365c48b463922bd861105cbcc8.zip mxe-30908710180d04365c48b463922bd861105cbcc8.tar.gz mxe-30908710180d04365c48b463922bd861105cbcc8.tar.bz2 |
upgrade package vmime to 0.9.1-svn-r529
Diffstat (limited to 'src/vmime.mk')
-rw-r--r-- | src/vmime.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vmime.mk b/src/vmime.mk index c89f736..61d9175 100644 --- a/src/vmime.mk +++ b/src/vmime.mk @@ -19,6 +19,13 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD + # ansi and pedantic are too strict for mingw + # http://sourceforge.net/tracker/index.php?func=detail&aid=2373234&group_id=2435&atid=102435 + $(SED) "s/'-ansi', //;" -i '$(1)/SConstruct' + $(SED) "s/'-pedantic', //;" -i '$(1)/SConstruct' + + cd '$(1)' && scons autotools sendmail_path=/sbin/sendmail + $(SED) 's,libtoolize ,$(LIBTOOLIZE) ,' -i '$(1)'/bootstrap cd '$(1)' && ./bootstrap cd '$(1)' && ./configure \ |