From 07220f6c5a2fe7b9d47664e8df0976c085b2c2fe Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 16 Oct 2005 15:47:07 +0000 Subject: [PATCH] Fixed libtool CXX tag on FreeBSD (thanks to Xin LI). --- SConstruct | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SConstruct b/SConstruct index a1d61661..dfd4c8be 100644 --- a/SConstruct +++ b/SConstruct @@ -1718,6 +1718,15 @@ esac AC_SUBST(VMIME_PKGCONFIGDIR) +# -- libtool 'CXX' tag +case "x${target_os}" in +xfreebsd*) + # FIXME: temporary hack until I find a better solution + # to make libtool use the C++ tag... + LIBTOOL="$LIBTOOL --tag=CXX" + ;; +esac + # # Flags