# HG changeset patch # User Volker Grabsch # Date 1266150431 -3600 # Node ID 786f0c619b86115af6dc625291c5c69d66b30bff # Parent ffb2ba1e62bea6ba14a7680bb64b2b7e461d66e9 improved coding style diff -r ffb2ba1e62be -r 786f0c619b86 src/vmime.mk --- a/src/vmime.mk Sat Feb 13 15:14:12 2010 +0100 +++ b/src/vmime.mk Sun Feb 14 13:27:11 2010 +0100 @@ -23,10 +23,10 @@ # 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) "s/'-ansi', //;" -i '$(1)/SConstruct' - $(SED) "s/'-pedantic', //;" -i '$(1)/SConstruct' - $(SED) 's/pkg-config/$(TARGET)-pkg-config/g;' -i '$(1)/SConstruct' - $(SED) 's/^sh libtool/sh libtool --tag=CXX/g;' -i '$(1)/SConstruct' + $(SED) "s/'-ansi', //;" -i '$(1)/SConstruct' + $(SED) "s/'-pedantic', //;" -i '$(1)/SConstruct' + $(SED) 's/pkg-config/$(TARGET)-pkg-config/g;' -i '$(1)/SConstruct' + $(SED) 's/^sh libtool/sh libtool --tag=CXX/g;' -i '$(1)/SConstruct' cd '$(1)' && scons autotools \ prefix='$(PREFIX)/$(TARGET)' \ @@ -36,17 +36,17 @@ $(SED) 's,libtoolize ,$(LIBTOOLIZE) ,' -i '$(1)'/bootstrap cd '$(1)' && ./bootstrap cd '$(1)' && ./configure \ - --prefix='$(PREFIX)/$(TARGET)' \ - --host='$(TARGET)' \ - --disable-shared \ - --enable-platform-windows \ - --disable-rpath \ - --disable-dependency-tracking \ - CC='$(TARGET)-gcc' \ - CXX='$(TARGET)-g++' \ - CPP='$(TARGET)-gcc -E' \ - CXXPP='$(TARGET)-g++ -E' \ - PKG_CONFIG='$(TARGET)-pkg-config' + --prefix='$(PREFIX)/$(TARGET)' \ + --host='$(TARGET)' \ + --disable-shared \ + --enable-platform-windows \ + --disable-rpath \ + --disable-dependency-tracking \ + CC='$(TARGET)-gcc' \ + CXX='$(TARGET)-g++' \ + CPP='$(TARGET)-gcc -E' \ + CXXPP='$(TARGET)-g++ -E' \ + PKG_CONFIG='$(TARGET)-pkg-config' # Disable VMIME_HAVE_MLANG_H # We have the header, but there is no implementation for IMultiLanguage in MinGW