# HG changeset patch # User Mark Brand # Date 1265674013 -3600 # Node ID bfc3a4937bcbed802ea19f805ba18751ffccb01d # Parent f0c2e7a38bc5e181afdf5d5df6e813f3a063e540 restored fix for the libvmime.a filename in package vmime diff -r f0c2e7a38bc5 -r bfc3a4937bcb src/vmime.mk --- a/src/vmime.mk Mon Feb 08 18:28:06 2010 +0100 +++ b/src/vmime.mk Tue Feb 09 01:06:53 2010 +0100 @@ -29,6 +29,10 @@ --disable-rpath \ --disable-dependency-tracking + # Add the missing "a" suffix for the library. + # Otherwise, we get a "libvmime.la" that refers to "libvimime." + $(SED) 's/^libext=$$/libext=a/;' -i '$(1)/libtool' + # Disable VMIME_HAVE_MLANG_H # We have the header, but there is no implementation for IMultiLanguage in MinGW $(SED) 's,^#define VMIME_HAVE_MLANG_H 1$$,,' -i '$(1)/vmime/config.hpp'