summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-17 13:38:29 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-17 13:38:29 (GMT)
commitaa62224084005e3d6af3cedb6187eeaa969eb1a7 (patch)
tree5e209a7d9a8fef6feae17b83c908f649e464bde5
parent9ef09cb0b1e3016de667f18c3dce97ad70bbb1d1 (diff)
downloadmxe-aa62224084005e3d6af3cedb6187eeaa969eb1a7.zip
mxe-aa62224084005e3d6af3cedb6187eeaa969eb1a7.tar.gz
mxe-aa62224084005e3d6af3cedb6187eeaa969eb1a7.tar.bz2
bugfix in package vmime: use $(TARGET) instead of i686-pc-mingw32
-rw-r--r--src/vmime.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime.mk b/src/vmime.mk
index b104135..2b7f6af 100644
--- a/src/vmime.mk
+++ b/src/vmime.mk
@@ -49,7 +49,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' install
$(SED) -i 's/posix/windows/g;' '$(1)/examples/example6.cpp'
- i686-pc-mingw32-g++ -s -o '$(1)/examples/test-vmime.exe' \
+ $(TARGET)-g++ -s -o '$(1)/examples/test-vmime.exe' \
-I'$(PREFIX)/$(TARGET)/include' \
'$(1)/examples/example6.cpp' \
-L'$(PREFIX)/$(TARGET)/lib' \