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